Skip to content

Commit

Permalink
import Lingua-EN-Inflect-Number 1.1 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Lingua-EN-Inflect-Number
git-cpan-version:  1.1
git-cpan-authorid: SIMON
git-cpan-file:     authors/id/S/SI/SIMON/Lingua-EN-Inflect-Number-1.1.tar.gz
  • Loading branch information
Simon Cozens authored and schwern committed Dec 12, 2009
1 parent a4d6aa3 commit 56bccc1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -4,3 +4,4 @@ MANIFEST
Number.pm Number.pm
README README
test.pl test.pl
META.yml Module meta-data (added by MakeMaker)
11 changes: 11 additions & 0 deletions META.yml
@@ -0,0 +1,11 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Lingua-EN-Inflect-Number
version: 1.1
version_from: Number.pm
installdirs: site
requires:
Lingua::EN::Inflect: 0

distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.21
7 changes: 3 additions & 4 deletions Makefile.PL
Expand Up @@ -4,8 +4,7 @@ use ExtUtils::MakeMaker;
WriteMakefile( WriteMakefile(
'NAME' => 'Lingua::EN::Inflect::Number', 'NAME' => 'Lingua::EN::Inflect::Number',
'VERSION_FROM' => 'Number.pm', # finds $VERSION 'VERSION_FROM' => 'Number.pm', # finds $VERSION
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 'PREREQ_PM' => {
($] >= 5.005 ? ## Add these new keywords supported since 5.005 Lingua::EN::Inflect => 0
(ABSTRACT_FROM => 'Number.pm', # retrieve abstract from module }, # e.g., Module::Name => 1.1
AUTHOR => 'A. U. Thor <a.u.thor@a.galaxy.far.far.away>') : ()),
); );
2 changes: 1 addition & 1 deletion Number.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;


require Exporter; require Exporter;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);
our $VERSION = '1.0'; our $VERSION = '1.1';
our @EXPORT_OK = qw(to_PL to_S number); our @EXPORT_OK = qw(to_PL to_S number);
use Lingua::EN::Inflect qw(PL PL_N_eq); use Lingua::EN::Inflect qw(PL PL_N_eq);


Expand Down

0 comments on commit 56bccc1

Please sign in to comment.