Perl6-Say-0.16000755000000000000 011417301246 13510 5ustar00unknownunknown000000000000Perl6-Say-0.16/Build.PL000444000000000000 122611417277726 15161 0ustar00unknownunknown000000000000use strict; use Module::Build; #created by eumm-migrate.pl my $build = Module::Build->new( 'dist_abstract' => '\'print\' -- but no newline needed', 'auto_configure_requires' => 0, 'license' => 'perl', 'dist_author' => 'Alexandr Ciornii (alexchorny@gmail.com)', 'module_name' => 'Perl6::Say', 'requires' => { 'perl' => '5.008', 'Scalar::Util' => '1.07', 'Test::More' => '0.44', 'IO::Handle' => 0, 'Carp' => 0 }, 'meta_merge' => { 'resources' => { 'repository' => 'http://github.com/chorny/Perl6-Say' } }, 'dist_version_from' => 'lib/Perl6/Say.pm' ); $build->create_build_script(); Perl6-Say-0.16/Changes000444000000000000 412311417301231 15132 0ustar00unknownunknown000000000000Revision history for Perl extension Perl6::Say. 0.16 2010-07-14 - New maintainer: Alexandr Ciornii - Build.PL added - Tests fixed ----------------- 0.01 Thu Mar 25 22:00:02 2004 - original version; created by h2xs 1.22 with options -A -P -X -f -n Perl6::Say 0.02 Sun Mar 28 13:11:42 2004 - Fixed bug in Makefile (thanks Stefan!) 0.03 Thu Mar 10 23:26:14 2005 - Changed $\ interaction in line with changes in Perl 6 design (C is now always equivalent to C) - Fixed multiple export (added import()) (thanks Schwern) 0.04 Fri Apr 8 04:03:10 2005 - Added correct handling of default call to use $_, like print (thanks Schwern) 0.05 Mon Apr 25 22:42:54 2005 0.5.1 Sun Jul 16 08:06:28 2006 - Fixed doc nit - Corrected handling of C