Changeset 5659


Ignore:
Timestamp:
06/27/09 01:26:51 (3 years ago)
Author:
ryan52
Message:

again remove the dependency on Locale::Maketext::Gettext,
there is another problem with its installation

Location:
trunk/Locale-Msgfmt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Locale-Msgfmt/Build.PL

    r5627 r5659  
    1010    build_requires => { 
    1111        'Test::More' => 0, 
    12         'Locale::Maketext::Gettext' => 1.28, 
     12        $ENV{AUTOMATED_TESTING} ? ('Locale::Maketext::Gettext' => 0) : (), 
    1313    }, 
    1414    add_to_cleanup      => [ 'Locale-Msgfmt-*' ], 
  • trunk/Locale-Msgfmt/Changes

    r5634 r5659  
    11Revision history for Locale-Msgfmt 
     2 
     30.08    Jun 27, 2009 
     4        - again remove the dependency on Locale::Maketext::Gettext, 
     5          there is another problem with its installation 
    26 
    370.07    Jun 26, 2009 
Note: See TracChangeset for help on using the changeset viewer.