Changeset 5620
- Timestamp:
- 06/26/09 17:30:47 (3 years ago)
- Location:
- trunk/Locale-Msgfmt
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Locale/Msgfmt.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Locale-Msgfmt/Changes
r5618 r5620 3 3 0.07 Jun 26, 2009 4 4 make the interface a bit nicer 5 remove the msgfmt_dir function 5 6 6 7 0.06 Jun 26, 2009 -
trunk/Locale-Msgfmt/lib/Locale/Msgfmt.pm
r5619 r5620 11 11 use base 'Exporter'; 12 12 13 our @EXPORT = qw/msgfmt msgfmt_dir/;13 our @EXPORT = qw/msgfmt/; 14 14 15 15 our $VERSION = '0.07'; … … 34 34 return _msgfmt($hash); 35 35 } 36 }37 38 sub msgfmt_dir {39 return msgfmt(@_);40 36 } 41 37
Note: See TracChangeset
for help on using the changeset viewer.
