summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-02-21 10:34:24 -0600
committerJesse Luehrs <doy@tozt.net>2010-02-21 10:34:24 -0600
commita790934e884df4a265c100835a55324936d1042a (patch)
tree555f639cc0174f129f3d5b81d541de03d12a355b
parent27b9f7ad008c2645ffc65ed275c33e13ec083830 (diff)
downloadlocale-pofilemanager-a790934e884df4a265c100835a55324936d1042a.tar.gz
locale-pofilemanager-a790934e884df4a265c100835a55324936d1042a.zip
version bump and changelog0.02
-rw-r--r--Changes3
-rw-r--r--dist.ini4
2 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index 812cd25..6945cb4 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
Revision history for Locale::POFileManager
+0.02
+ Depend on File::Temp 0.19 for the newdir method
+
0.01
Initial release
diff --git a/dist.ini b/dist.ini
index 795a772..9ae9f4b 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,9 +1,9 @@
name = Locale-POFileManager
-version = 0.01
+version = 0.02
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs
-abstract =
+abstract = Helpers for keeping a set of related .po files in sync
[@Classic]