- Timestamp:
- 07/12/08 19:34:39 (6 months ago)
- Location:
- perl5/Pugs-Compiler-Perl6
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
perl5/Pugs-Compiler-Perl6/ChangeLog
r17463 r21313 1 0.021 2008-07-12 2 3 - fixed Test.pm compilation (added 'abs' function) 4 - Makefile.PL adds 'use v6-alpha' to standard tests 5 1 6 0.020 2007-08-26 2 7 -
perl5/Pugs-Compiler-Perl6/MANIFEST
r17447 r21313 84 84 # t/builtins/io/exit.t - error in make dist 85 85 86 t/builtins/strings/append.t86 # t/builtins/strings/append.t 87 87 88 t/data_types/array_extending.t88 # t/data_types/array_extending.t 89 89 90 90 t/Test.pm -
perl5/Pugs-Compiler-Perl6/lib/v6.pm
r17463 r21313 1 1 package v6; 2 $v6::VERSION = '0.02 0';2 $v6::VERSION = '0.021'; 3 3 4 4 # Documentation in the __END__
