Changeset 5952 for trunk/Locale-Msgfmt
- Timestamp:
- 07/08/09 17:37:10 (3 years ago)
- Location:
- trunk/Locale-Msgfmt
- Files:
-
- 1 added
- 2 edited
-
Changes (modified) (1 diff)
-
bin/msgfmt.pl (modified) (1 diff)
-
t/version.t (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Locale-Msgfmt/Changes
r5950 r5952 4 4 - act like make when rebuilding, only rebuild things that need to be rebuilt. 5 5 - 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 6 8 7 9 0.12 Jul 06, 2009 -
trunk/Locale-Msgfmt/bin/msgfmt.pl
r5949 r5952 1 1 #!/usr/bin/perl 2 2 3 use Locale::Msgfmt ;3 use Locale::Msgfmt 0.13; 4 4 use Getopt::Long; 5 5
Note: See TracChangeset
for help on using the changeset viewer.
