Changeset 21579

Show
Ignore:
Timestamp:
07/27/08 21:17:41 (6 months ago)
Author:
fglock
Message:

[v6.pm] version 0.028 # >5600 tests

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

Legend:

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

    r21572 r21579  
     10.028  2008-07-27 
    12- all(), any(), true(), not() 
    23- improved smartmatching, given/when 
  • perl5/Pugs-Compiler-Perl6/Makefile.PL

    r21576 r21579  
    2020all_from('lib/v6.pm'); 
    2121 
    22 requires('Pugs::Compiler::Rule' => '0.34'); 
     22requires('Pugs::Compiler::Rule' => '0.35'); 
    2323requires('Module::Compile'      => '0.20'); 
    2424requires('Scalar::Util'         => '0'); 
     
    123123    }     
    124124    if ( $out eq 't/regex/p6regex/p6regex.t' ) { 
    125         $text =~ s/^\s*plan \d+;/plan 535;/m; 
    126         $text =~ s/^\s*force_todo.*?\n/force_todo(18..29,49..54,62,64,66,68,77,79,81..92,94..96,101..113,247,254..255,257,259..263,266,269,274,284,286,301,303..304,314,332..372,374..388,393..394,398,400..402,404..433,484..499,502,504,507,516..522,526..528)\n/m; 
     125        $text =~ s/^\s*plan \d+;/plan 535;\nforce_todo(18..29,49..54,62,64,66,68,77,79,81..92,94..96,101..113,247,254..255,257,259..263,266,269,274,284,286,301,303..304,314,332..372,374..388,393..394,398,400..402,404..433,484..499,502,504,507,516..522,526..528);/m; 
    127126    } 
    128127     
  • perl5/Pugs-Compiler-Perl6/lib/v6.pm

    r21564 r21579  
    11package v6; 
    2 $v6::VERSION = '0.027'; 
     2$v6::VERSION = '0.028'; 
    33 
    44# Documentation in the __END__