v1.6.0 - Module System
v1.6.0: Module System and Standard Library Enhancements.
- Module system for improved code organization and reuse.
- Core Perl module operators:
do FILE
,require
,caller
,use
,no
. - Module special subroutines:
import
,unimport
are supported. - Environment and special variables:
PERL5LIB
,@INC
,%INC
,@ARGV
,%ENV
,$0
,$$
. - Additional operators:
die
,warn
,time
,times
,localtime
,gmtime
,index
,rindex
. - Standard library ported modules:
Data::Dumper
,Symbol
,strict
; addedlib/
directory to the project. - Expanded documentation and usage examples.
Full Changelog: v1.5.0...v1.6.0