Skip to content

v1.6.0 - Module System

Compare
Choose a tag to compare
@fglock fglock released this 12 Sep 15:32
· 345 commits to master since this release

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; added lib/ directory to the project.
  • Expanded documentation and usage examples.

Full Changelog: v1.5.0...v1.6.0