diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Locale-Maketext/ChangeLog | 13 | ||||
-rw-r--r-- | dist/Locale-Maketext/lib/Locale/Maketext.pm | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/dist/Locale-Maketext/ChangeLog b/dist/Locale-Maketext/ChangeLog index ed16312062..fb52acc55e 100644 --- a/dist/Locale-Maketext/ChangeLog +++ b/dist/Locale-Maketext/ChangeLog @@ -1,5 +1,18 @@ Revision history for Perl suite Locale::Maketext +2012-01-14 + * Minor POD documentation update to sync with upstream blead. + +2011-12-23 + * No changes. Production release after CPAN testers cleared. + +2011-12-14 + * Update to 1.19_01 from upstream blead for release testing + + Fix broken URLs in dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod for RFCs + + Keep verbatim pod in various dist/* pods within 79 cols + 2011-05-25 * Update to 1.19 from upstream blead diff --git a/dist/Locale-Maketext/lib/Locale/Maketext.pm b/dist/Locale-Maketext/lib/Locale/Maketext.pm index e0c9ad695c..7e06b305b2 100644 --- a/dist/Locale-Maketext/lib/Locale/Maketext.pm +++ b/dist/Locale-Maketext/lib/Locale/Maketext.pm @@ -27,7 +27,7 @@ BEGIN { } -$VERSION = '1.21'; +$VERSION = '1.22'; @ISA = (); $MATCH_SUPERS = 1; |