Skip to content

Commit

Permalink
import Locale-Maketext 1.10 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Locale-Maketext
git-cpan-version:  1.10
git-cpan-authorid: PETDANCE
git-cpan-file:     authors/id/P/PE/PETDANCE/Locale-Maketext-1.10.tar.gz
  • Loading branch information
petdance authored and schwern committed Dec 12, 2009
1 parent 368d716 commit c81410a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Revision history for Perl suite Locale::Maketext
Time-stamp: "2004-03-30 21:38:07 AST"

2005-11-10 Andy Lester
* Release 1.10:

New maintainer. No changes at all. Bumped up the version number
and released it so that I can get the RT queue and any future mail.


2004-03-30 Sean M. Burke sburke@cpan.org
* Release 1.09:

Expand All @@ -10,7 +17,6 @@ Revision history for Perl suite Locale::Maketext
Thanks to Autrijus Tang for catching some errors in the dist!



2004-01-19 Sean M. Burke sburke@cpan.org

* Release 1.08:
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Locale-Maketext
version: 1.09
version: 1.10
version_from: lib/Locale/Maketext.pm
installdirs: perl
requires:
I18N::LangTags: 0.3

distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.17
generated_by: ExtUtils::MakeMaker version 6.30
11 changes: 0 additions & 11 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,3 @@ WriteMakefile(
($] < 5.008) ? () : ( INSTALLDIRS => 'perl' ),
# If under a version with Maketext in core, overwrite that core file.
);

package MY;

sub libscan
{ # Determine things that should *not* be installed
my($self, $path) = @_;
return '' if $path =~ m/~/;
$path;
}

__END__
2 changes: 1 addition & 1 deletion lib/Locale/Maketext.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use I18N::LangTags 0.30 ();
BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } }
# define the constant 'DEBUG' at compile-time

$VERSION = "1.09";
$VERSION = "1.10";
@ISA = ();

$MATCH_SUPERS = 1;
Expand Down

0 comments on commit c81410a

Please sign in to comment.