Changeset 9621


Ignore:
Timestamp:
12/12/09 02:04:51 (2 years ago)
Author:
azawawi
Message:

[S:H:P6] Switch back from YAML::Syck to YAML::XS (Cursor.pmc)

Location:
trunk/Syntax-Highlight-Perl6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Syntax-Highlight-Perl6/Changes

    r9619 r9621  
    66    Default rule in constructor is now TOP instead of comp_unit 
    77    Commented a failing STD parsing test 
     8    Switch back from YAML::Syck to YAML::XS (Cursor.pmc) 
    89 
    9100.76 2009.9.29 
  • trunk/Syntax-Highlight-Perl6/Makefile.PL

    r7162 r9621  
    88requires 'Moose'                => '0.89'; 
    99requires 'Term::ANSIColor'      => '2.00'; 
    10 requires 'YAML::Syck'           => '1.07'; 
     10requires 'YAML::XS'             => '0.32'; 
    1111test_requires 'Test::Exception' => '0.27'; 
    1212test_requires 'Test::More'      => '0.86'; 
Note: See TracChangeset for help on using the changeset viewer.