Changeset 21530 for perl5

Show
Ignore:
Timestamp:
07/25/08 11:10:09 (6 months ago)
Author:
fglock
Message:

[v6.pm] 0.26

Location:
perl5/Pugs-Compiler-Perl6
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • perl5/Pugs-Compiler-Perl6/ChangeLog

    r21476 r21530  
     10.026  2008-07-25 
     2- requires Pugs::Compiler::Rule 0.34 - better unicode support across perl distros 
     3 
    140.025  2008-07-24 
    2  
    35- more tests 
    46- several unicode tests are skipped, from cpan-testers feedback (I can't reproduce these failures - fglock) 
    57 
    680.024  2008-07-23 
    7  
    89- many more tests added; the bigger tests are now split into smaller files 
    910 
    10110.023  2008-07-21 
    11  
    1212- requires perl 5.8.6 
    1313 
    14140.022  2008-07-20 
    15  
    1615- implemented string interpolations \x[99] and \c[FOUR TEARDROP-SPOKED ASTERISK] 
    1716- fixed interpolated block in string 
  • perl5/Pugs-Compiler-Perl6/Makefile.PL

    r21474 r21530  
    2020all_from('lib/v6.pm'); 
    2121 
    22 requires('Pugs::Compiler::Rule' => '0.33'); 
     22requires('Pugs::Compiler::Rule' => '0.34'); 
    2323requires('Module::Compile'      => '0.20'); 
    2424requires('Scalar::Util'         => '0'); 
  • perl5/Pugs-Compiler-Perl6/lib/v6.pm

    r21474 r21530  
    11package v6; 
    2 $v6::VERSION = '0.025'; 
     2$v6::VERSION = '0.026'; 
    33 
    44# Documentation in the __END__