diff --git a/Build.PL b/Build.PL index 5f1ea55..bab9158 100755 --- a/Build.PL +++ b/Build.PL @@ -4,7 +4,7 @@ use Module::Build; my $build = Module::Build->new( dist_name => "Locale-Maketext-Gettext", - dist_version => "1.30", + dist_version => "1.31", dist_abstract => "Joins gettext and Maketext frameworks", dist_author => "imacat ", license => "perl", diff --git a/Changes b/Changes index f8a79c3..78ca78e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Locale-Maketext-Gettext change log -2021-02-07 +2021-02-07 version 1.31 1. Updated .gitignore. 2. Added MANIFEST.SKIP. 3. MANIFEST, META.json, META.yml, SIGNATURE: Generated files diff --git a/Makefile.PL b/Makefile.PL index 2967f05..2a082b2 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ $eummver =~ s/_//; WriteMakefile( NAME => "Locale-Maketext-Gettext", - VERSION => "1.30", + VERSION => "1.31", ABSTRACT => "Joins gettext and Maketext frameworks", AUTHOR => "imacat ", %license, diff --git a/lib/Locale/Maketext/Gettext.pm b/lib/Locale/Maketext/Gettext.pm index 94b3dfc..775322b 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.30; +$VERSION = 1.31; @EXPORT = qw(read_mo); @EXPORT_OK = @EXPORT; # Prototype declaration diff --git a/lib/Locale/Maketext/Gettext/Functions.pm b/lib/Locale/Maketext/Gettext/Functions.pm index accd98e..e838fe2 100644 --- a/lib/Locale/Maketext/Gettext/Functions.pm +++ b/lib/Locale/Maketext/Gettext/Functions.pm @@ -11,7 +11,7 @@ use strict; use warnings; use base qw(Exporter); our ($VERSION, @EXPORT, @EXPORT_OK); -$VERSION = 0.13; +$VERSION = 0.14; @EXPORT = qw( bindtextdomain textdomain get_handle maketext __ N_ dmaketext pmaketext dpmaketext