Advanced to version 1.31.

This commit is contained in:
依瑪貓 2021-02-07 19:20:27 +08:00
parent 6106d6f6bd
commit 23bd2760db
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ use Module::Build;
my $build = Module::Build->new( my $build = Module::Build->new(
dist_name => "Locale-Maketext-Gettext", dist_name => "Locale-Maketext-Gettext",
dist_version => "1.30", dist_version => "1.31",
dist_abstract => "Joins gettext and Maketext frameworks", dist_abstract => "Joins gettext and Maketext frameworks",
dist_author => "imacat <imacat\@mail.imacat.idv.tw>", dist_author => "imacat <imacat\@mail.imacat.idv.tw>",
license => "perl", license => "perl",

View File

@ -1,6 +1,6 @@
Locale-Maketext-Gettext change log Locale-Maketext-Gettext change log
2021-02-07 2021-02-07 version 1.31
1. Updated .gitignore. 1. Updated .gitignore.
2. Added MANIFEST.SKIP. 2. Added MANIFEST.SKIP.
3. MANIFEST, META.json, META.yml, SIGNATURE: Generated files 3. MANIFEST, META.json, META.yml, SIGNATURE: Generated files

View File

@ -12,7 +12,7 @@ $eummver =~ s/_//;
WriteMakefile( WriteMakefile(
NAME => "Locale-Maketext-Gettext", NAME => "Locale-Maketext-Gettext",
VERSION => "1.30", VERSION => "1.31",
ABSTRACT => "Joins gettext and Maketext frameworks", ABSTRACT => "Joins gettext and Maketext frameworks",
AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>", AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>",
%license, %license,

View File

@ -11,7 +11,7 @@ use strict;
use warnings; use warnings;
use base qw(Locale::Maketext Exporter); use base qw(Locale::Maketext Exporter);
our ($VERSION, @EXPORT, @EXPORT_OK); our ($VERSION, @EXPORT, @EXPORT_OK);
$VERSION = 1.30; $VERSION = 1.31;
@EXPORT = qw(read_mo); @EXPORT = qw(read_mo);
@EXPORT_OK = @EXPORT; @EXPORT_OK = @EXPORT;
# Prototype declaration # Prototype declaration

View File

@ -11,7 +11,7 @@ use strict;
use warnings; use warnings;
use base qw(Exporter); use base qw(Exporter);
our ($VERSION, @EXPORT, @EXPORT_OK); our ($VERSION, @EXPORT, @EXPORT_OK);
$VERSION = 0.13; $VERSION = 0.14;
@EXPORT = qw( @EXPORT = qw(
bindtextdomain textdomain get_handle maketext __ N_ bindtextdomain textdomain get_handle maketext __ N_
dmaketext pmaketext dpmaketext dmaketext pmaketext dpmaketext