- Timestamp:
- 07/21/08 19:55:17 (4 months ago)
- Location:
- perl5/Pugs-Compiler-Perl6
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
perl5/Pugs-Compiler-Perl6/ChangeLog
r21419 r21433 1 0.023 2008-07-21 2 3 - requires perl 5.8.6 4 1 5 0.022 2008-07-20 2 6 -
perl5/Pugs-Compiler-Perl6/Makefile.PL
r21421 r21433 1 1 #!/usr/bin/perl 2 2 3 use 5.008006; 3 4 use strict; 4 5 use warnings; -
perl5/Pugs-Compiler-Perl6/lib/v6.pm
r21419 r21433 1 1 package v6; 2 $v6::VERSION = '0.02 2';2 $v6::VERSION = '0.023'; 3 3 4 4 # Documentation in the __END__
