Changes for version 1.0.0 - 2010-02-25

  • New Features
  • @array->first() now takes a regex like @array->grep() [github 93] (brunov)
  • All autoboxed objects now respond to is_number() and friends. They always return false. [github 100] (brunov)
  • All applicable array and hash methods now return arrays in list context and array refs in scalar context. (brunov)
  • diff() now works on nested data structures and honors overloaded objects (brunov)
  • Add a basic $number->round() [github 95]
  • Added @array->intersect() (brunov)
  • Docs
  • Wrote perl5ifaq for all your frequently asked questions.
  • Document the perl5i command line utility. [github 31]
  • Bug Fixes
  • Ensure the DateTime objects coming from time(), gmtime() and localtime() compare with eq and ==

Documentation

Frequently Asked Questions about perl5i

Modules

Fix as much of Perl 5 as possible in one pragma
The perl5i meta object
Use the latest version of perl5i

Provides

in lib/perl5i/0.pm
in lib/perl5i/1.pm
in lib/perl5i/1/ARRAY.pm
in lib/perl5i/1/CODE.pm
in lib/perl5i/1/DateTime.pm
in lib/perl5i/1/HASH.pm
in lib/perl5i/1/Meta.pm
in lib/perl5i/1/Meta/Class.pm
in lib/perl5i/1/Meta/Instance.pm
in lib/perl5i/1/SCALAR.pm
in lib/perl5i/1/UNIVERSAL.pm
in lib/perl5i/1/autobox.pm