public
Description: A single module to fix as much of Perl 5 as possible in one go
Homepage:
Clone URL: git://github.com/schwern/perl5i.git
perl5i /
name age message
file .gitignore Tue Jul 07 17:35:23 -0700 2009 Give up on trying to make a command line wrappe... [Schwern]
file .perlcriticrc Mon Jun 01 20:51:43 -0700 2009 Add a perltidy and perlcritic. Satisfy perlcri... [schwern]
file .perltidyrc Mon Jun 01 20:51:43 -0700 2009 Add a perltidy and perlcritic. Satisfy perlcri... [schwern]
file Build.PL Thu Jul 16 20:25:34 -0700 2009 pulled in Want [jlavallee]
file INSTALL.SKIP Tue Jun 30 20:15:57 -0700 2009 Added .c and .o to list of files ignored during... [dap]
file MANIFEST Thu Jul 16 22:36:53 -0700 2009 Update the MANIFEST [schwern]
file MANIFEST.SKIP Thu Jul 16 22:34:19 -0700 2009 Skip the perl5i bat file [schwern]
file META.yml Sun Jun 14 00:59:53 -0700 2009 made die always return 255 regardless of $! and $? [cowens]
file README Fri Jul 03 13:10:42 -0700 2009 Reword the docs to be more inclusive. [schwern]
directory bin/ Tue Jul 07 18:01:02 -0700 2009 Add a Perl wrapper around perl5i so there's som... [schwern]
directory inc/ Tue Jul 07 18:01:02 -0700 2009 Add a Perl wrapper around perl5i so there's som... [schwern]
directory lib/ Sat Aug 08 12:56:30 -0700 2009 Fix the hash autovivification bug with "no auto... [schwern]
directory t/ Sat Aug 08 12:56:30 -0700 2009 Fix the hash autovivification bug with "no auto... [schwern]
README
Perl5i is our imaginary version of Perl 5.

The goal will be to load just one module and fix as much of Perl 5 as
possible.  It will not cause excessive load time.  It will be
reasonably backwards compatible.  It will be stable and usable in
production (right now it isn't).

Since a lot of fixing Perl 5 is "go use this module from CPAN... and this
one... and this other one... and these two... and this and this..."
this mostly involves loading a bunch of modules.

What's Perl 5 look like in your imagination?
http://github.com/schwern/perl5i/issues

The current goal of perl5i is to collect your pain.  What is painful
for you about Perl?  What takes two lines when it should take one?
What subroutines do you find yourself using over and over again?
Please, share your pain.  Put it into the issue tracker.

Currently we hang out on irc.perl.org #perl5i.  Please join us.