Changeset 9621
- Timestamp:
- 12/12/09 02:04:51 (2 years ago)
- Location:
- trunk/Syntax-Highlight-Perl6
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Syntax-Highlight-Perl6/Changes
r9619 r9621 6 6 Default rule in constructor is now TOP instead of comp_unit 7 7 Commented a failing STD parsing test 8 Switch back from YAML::Syck to YAML::XS (Cursor.pmc) 8 9 9 10 0.76 2009.9.29 -
trunk/Syntax-Highlight-Perl6/Makefile.PL
r7162 r9621 8 8 requires 'Moose' => '0.89'; 9 9 requires 'Term::ANSIColor' => '2.00'; 10 requires 'YAML:: Syck' => '1.07';10 requires 'YAML::XS' => '0.32'; 11 11 test_requires 'Test::Exception' => '0.27'; 12 12 test_requires 'Test::More' => '0.86';
Note: See TracChangeset
for help on using the changeset viewer.
