Advanced to version 1.31.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user