Changeset 5952 for trunk/Locale-Msgfmt


Ignore:
Timestamp:
07/08/09 17:37:10 (3 years ago)
Author:
ryan52
Message:

make the "use" in msgfmt.pl versioned to make sure that the correct version
of Locale::Msgfmt is being used, and add a test to keep this up to date

Location:
trunk/Locale-Msgfmt
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Locale-Msgfmt/Changes

    r5950 r5952  
    44        - act like make when rebuilding, only rebuild things that need to be rebuilt. 
    55          - add a --force option to force the old behavior of always rebuilding 
     6        - make the "use" in msgfmt.pl versioned to make sure that the correct version 
     7          of Locale::Msgfmt is being used, and add a test to keep this up to date 
    68 
    790.12    Jul 06, 2009 
  • trunk/Locale-Msgfmt/bin/msgfmt.pl

    r5949 r5952  
    11#!/usr/bin/perl 
    22 
    3 use Locale::Msgfmt; 
     3use Locale::Msgfmt 0.13; 
    44use Getopt::Long; 
    55 
Note: See TracChangeset for help on using the changeset viewer.