Changeset 5627


Ignore:
Timestamp:
06/26/09 18:35:19 (3 years ago)
Author:
ryan52
Message:

always build_require Locale::Maketext::Gettext, now it will
install correctly

Location:
trunk/Locale-Msgfmt
Files:
2 edited

Legend:

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

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

    r5623 r5627  
    55        remove the msgfmt_dir function 
    66        more tests 
     7        always build_require Locale::Maketext::Gettext, now it will 
     8        install correctly 
    79 
    8100.06    Jun 26, 2009 
Note: See TracChangeset for help on using the changeset viewer.