[Bps-public-commit] Locale-Maketext-Simple branch, master, updated. c1a8491dc36e5b96e44d0d7fdf08ce80117460d5
jesse
jesse at bestpractical.com
Mon Aug 17 10:07:31 EDT 2009
The branch, master has been updated
via c1a8491dc36e5b96e44d0d7fdf08ce80117460d5 (commit)
via 7eb2d1fa51622d337dfa567e05c219e33c7d3dda (commit)
via 616f348d129d7db65839450e62720c1b09e7aa11 (commit)
from 899272fdb44a171c96432f2161cdabc8c42b84ed (commit)
Summary of changes:
Changes | 4 ++++
Makefile.PL | 2 ++
lib/Locale/Maketext/Simple.pm | 2 +-
3 files changed, 7 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 616f348d129d7db65839450e62720c1b09e7aa11
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Aug 17 09:58:19 2009 -0400
0.21 Changes
diff --git a/Changes b/Changes
index 4be8754..a2dcb4f 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
+[Changes for 0.21 - 2009-08-17]
+
+* None
+
[Changes for 0.20_02 - 2009-07-12]
* How'd that MANIFEST vanish, anyway?
commit 7eb2d1fa51622d337dfa567e05c219e33c7d3dda
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Aug 17 10:04:49 2009 -0400
Get Makemaker to generate a SIGNATURE
diff --git a/Makefile.PL b/Makefile.PL
index 4cab4e1..a2c330d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,4 +13,6 @@ WriteMakefile(
? ('PL_FILES' => { }) : ()),
((ExtUtils::MakeMaker->VERSION() gt '6.30')
? ('LICENSE' => 'perl') : ()),
+ (MM->can('signature_target') ? (SIGN => 1) : ()),
+
);
commit c1a8491dc36e5b96e44d0d7fdf08ce80117460d5
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Aug 17 10:07:06 2009 -0400
0.21
diff --git a/lib/Locale/Maketext/Simple.pm b/lib/Locale/Maketext/Simple.pm
index dd05a2b..30760f3 100644
--- a/lib/Locale/Maketext/Simple.pm
+++ b/lib/Locale/Maketext/Simple.pm
@@ -1,5 +1,5 @@
package Locale::Maketext::Simple;
-$Locale::Maketext::Simple::VERSION = '0.20_02';
+$Locale::Maketext::Simple::VERSION = '0.21';
use strict;
use 5.005;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list