Changeset 12374
- Timestamp:
- 08/25/10 23:35:11 (18 months ago)
- Location:
- trunk/Syntax-Highlight-Perl6
- Files:
-
- 4 edited
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Syntax/Highlight/Perl6.pm (modified) (1 diff)
-
script/hilitep6 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Syntax-Highlight-Perl6/Changes
r12371 r12374 1 1 Revision history for Syntax::Highlight::Perl6. 2 2 3 0.84 2010.8.26 4 Added the missing File::ShareDir dependency 5 3 6 0.83 2010.8.25 4 Added missing syml/CORE.syml7 Added the missing syml/CORE.syml 5 8 6 9 0.82 2010.8.25 -
trunk/Syntax-Highlight-Perl6/Makefile.PL
r12358 r12374 9 9 requires 'Term::ANSIColor' => '2.00'; 10 10 requires 'YAML::XS' => '0.32'; 11 requires 'File::ShareDir' => '1.02'; 11 12 test_requires 'Test::Exception' => '0.27'; 12 13 test_requires 'Test::More' => '0.86'; -
trunk/Syntax-Highlight-Perl6/lib/Syntax/Highlight/Perl6.pm
r12369 r12374 11 11 # exports and version 12 12 our @EXPORT_OK = qw(); 13 our $VERSION = '0.8 3';13 our $VERSION = '0.84'; 14 14 15 15 # filename constants -
trunk/Syntax-Highlight-Perl6/script/hilitep6
r12369 r12374 10 10 11 11 #CPAN version 12 our $VERSION = '0.8 3';12 our $VERSION = '0.84'; 13 13 14 14 # my variables
Note: See TracChangeset
for help on using the changeset viewer.
