Changeset 21663 for perl5/Pugs-Compiler-Perl6/lib/v6.pm
- Timestamp:
- 08/01/08 10:38:42 (5 months ago)
- Files:
-
- 1 modified
-
perl5/Pugs-Compiler-Perl6/lib/v6.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perl5/Pugs-Compiler-Perl6/lib/v6.pm
r21648 r21663 1 1 package v6; 2 $v6::VERSION = '0.03 1';2 $v6::VERSION = '0.032'; 3 3 4 4 # Documentation in the __END__ … … 94 94 "use Scalar::Util; 95 95 use Quantum::Superpositions; 96 use Math::Complex ;96 use Math::Complex (); 97 97 use Pugs::Runtime::Perl6; 98 98 use Pugs::Runtime::Perl6Prelude;
