- Timestamp:
- 07/25/08 11:10:09 (4 months ago)
- Location:
- perl5/Pugs-Compiler-Perl6
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
perl5/Pugs-Compiler-Perl6/ChangeLog
r21476 r21530 1 0.026 2008-07-25 2 - requires Pugs::Compiler::Rule 0.34 - better unicode support across perl distros 3 1 4 0.025 2008-07-24 2 3 5 - more tests 4 6 - several unicode tests are skipped, from cpan-testers feedback (I can't reproduce these failures - fglock) 5 7 6 8 0.024 2008-07-23 7 8 9 - many more tests added; the bigger tests are now split into smaller files 9 10 10 11 0.023 2008-07-21 11 12 12 - requires perl 5.8.6 13 13 14 14 0.022 2008-07-20 15 16 15 - implemented string interpolations \x[99] and \c[FOUR TEARDROP-SPOKED ASTERISK] 17 16 - fixed interpolated block in string -
perl5/Pugs-Compiler-Perl6/Makefile.PL
r21474 r21530 20 20 all_from('lib/v6.pm'); 21 21 22 requires('Pugs::Compiler::Rule' => '0.3 3');22 requires('Pugs::Compiler::Rule' => '0.34'); 23 23 requires('Module::Compile' => '0.20'); 24 24 requires('Scalar::Util' => '0'); -
perl5/Pugs-Compiler-Perl6/lib/v6.pm
r21474 r21530 1 1 package v6; 2 $v6::VERSION = '0.02 5';2 $v6::VERSION = '0.026'; 3 3 4 4 # Documentation in the __END__
