Advanced to version 1.31.
This commit is contained in:
parent
6106d6f6bd
commit
23bd2760db
2
Build.PL
2
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 <imacat\@mail.imacat.idv.tw>",
|
||||
license => "perl",
|
||||
|
2
Changes
2
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
|
||||
|
@ -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 <imacat\@mail.imacat.idv.tw>",
|
||||
%license,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user