From a9697b60077d670e0997258747b3eddeefc5b680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 8 Feb 2021 00:12:16 +0800 Subject: [PATCH] Advanced to version 1.32. --- Build.PL | 2 +- Changes | 6 ++++++ Makefile.PL | 2 +- lib/Locale/Maketext/Gettext.pm | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index a998e02..c343be1 100755 --- a/Build.PL +++ b/Build.PL @@ -6,7 +6,7 @@ use Module::Build; my $build = Module::Build->new( dist_name => "Locale-Maketext-Gettext", - dist_version => "1.31", + dist_version => "1.32", dist_abstract => "Joins gettext and Maketext frameworks", dist_author => "imacat ", license => "perl", diff --git a/Changes b/Changes index 78ca78e..ab26f50 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Locale-Maketext-Gettext change log +2021-02-08 version 1.32 + 1. Makefile.PL, Build.PL: Added the CPAN distribution metadata. + +2021-02-07 + 1. maketext: Fixed the version number. + 2021-02-07 version 1.31 1. Updated .gitignore. 2. Added MANIFEST.SKIP. diff --git a/Makefile.PL b/Makefile.PL index 39a5455..be79605 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => "Locale::Maketext::Gettext", - VERSION => "1.31", + VERSION => "1.32", ABSTRACT => "Joins gettext and Maketext frameworks", AUTHOR => "imacat ", PREREQ_PM => { }, diff --git a/lib/Locale/Maketext/Gettext.pm b/lib/Locale/Maketext/Gettext.pm index 775322b..1fa5443 100644 --- a/lib/Locale/Maketext/Gettext.pm +++ b/lib/Locale/Maketext/Gettext.pm @@ -11,7 +11,7 @@ use strict; use warnings; use base qw(Locale::Maketext Exporter); our ($VERSION, @EXPORT, @EXPORT_OK); -$VERSION = 1.31; +$VERSION = 1.32; @EXPORT = qw(read_mo); @EXPORT_OK = @EXPORT; # Prototype declaration