Changeset 5950 for trunk/Locale-Msgfmt
- Timestamp:
- 07/08/09 17:06:33 (3 years ago)
- Location:
- trunk/Locale-Msgfmt
- Files:
-
- 6 edited
-
Changes (modified) (1 diff)
-
lib/Locale/Msgfmt.pm (modified) (1 diff)
-
lib/Locale/Msgfmt/Utils.pm (modified) (1 diff)
-
lib/Locale/Msgfmt/mo.pm (modified) (1 diff)
-
lib/Locale/Msgfmt/po.pm (modified) (1 diff)
-
lib/Module/Install/Msgfmt.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Locale-Msgfmt/Changes
r5949 r5950 1 1 Revision history for Locale-Msgfmt 2 2 3 0.13 Jul 0 6, 20093 0.13 Jul 08, 2009 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 -
trunk/Locale-Msgfmt/lib/Locale/Msgfmt.pm
r5949 r5950 14 14 our @EXPORT = qw/msgfmt/; 15 15 16 our $VERSION = '0.1 2';16 our $VERSION = '0.13'; 17 17 18 18 sub msgfmt { -
trunk/Locale-Msgfmt/lib/Locale/Msgfmt/Utils.pm
r5949 r5950 4 4 use warnings; 5 5 6 our $VERSION = '0.1 2';6 our $VERSION = '0.13'; 7 7 8 8 sub character { -
trunk/Locale-Msgfmt/lib/Locale/Msgfmt/mo.pm
r5892 r5950 4 4 use warnings; 5 5 6 our $VERSION = '0.1 2';6 our $VERSION = '0.13'; 7 7 8 8 use Locale::Msgfmt::Utils; -
trunk/Locale-Msgfmt/lib/Locale/Msgfmt/po.pm
r5893 r5950 6 6 use warnings; 7 7 8 our $VERSION = '0.1 2';8 our $VERSION = '0.13'; 9 9 10 10 sub new { -
trunk/Locale-Msgfmt/lib/Module/Install/Msgfmt.pm
r5892 r5950 6 6 use Module::Install::Share; 7 7 8 our $VERSION = '0.1 2';8 our $VERSION = '0.13'; 9 9 our @ISA = 'Module::Install::Base'; 10 10
Note: See TracChangeset
for help on using the changeset viewer.
