• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Lingua/EN/H10-Jan-2017-1,5711,265

scripts/H10-Jan-2017-212170

t/H10-Jan-2017-172145

xt/author/H10-Jan-2017-84

Changelog.iniH A D10-Jan-20173.2 KiB119104

ChangesH A D10-Jan-20172.8 KiB7661

LICENSEH A D09-Jan-201719.8 KiB379305

MANIFESTH A D10-Jan-2017330 1413

MANIFEST.SKIPH A D09-Jan-2017617 4839

META.jsonH A D10-Jan-20171.5 KiB6362

META.ymlH A D10-Jan-2017822 3332

Makefile.PLH A D10-Jan-20171.4 KiB7061

READMEH A D16-Nov-20101.7 KiB5740

README

1README file for Lingua::EN::Infinitive.
2
3Warning: WinZip 8.1 and 9.0 both contain an 'accidental' bug which stops
4them recognizing POSIX-style directory structures in valid tar files.
5You are better off using a reliable tool such as InfoZip:
6ftp://ftp.info-zip.org/pub/infozip/
7
81 Installing from a Unix-like distro
9------------------------------------
10shell>gunzip Lingua-EN-Infinitive-1.08.tgz
11shell>tar mxvf Lingua-EN-Infinitive-1.08.tar
12
13On Unix-like systems, assuming you have installed Module::Build V 0.25+:
14
15shell>perl Build.PL
16shell>./Build
17shell>./Build test
18shell>./Build install
19
20On MS Windows-like systems, assuming you have installed Module::Build V 0.25+:
21
22shell>perl Build.PL
23shell>perl Build
24shell>perl Build test
25shell>perl Build install
26
27Alternately, without Module::Build, you do this:
28
29Note: 'make' on MS Windows-like systems may be called 'nmake' or 'dmake'.
30
31shell>perl Makefile.PL
32shell>make
33shell>make test
34shell>su              (for Unix-like systems)
35shell>make install
36shell>exit            (for Unix-like systems)
37
38On all systems:
39
40Run Infinitive.pm through you favourite pod2html translator.
41
42If you are using my fancy-pom2.pl, with its 'default.css' file installed in
43/apache2/htdocs/css/, you'd do:
44
45shell>perl fancy-pom2.pl html -css Infinitive.pm > /apache2/htdocs/Infinitive.html
46
47or perhaps something like:
48
49shell>perl fancy-pom2.pl html -css Infinitive.pm > /perl/html/site/lib/Lingua/EN/Infinitive.html
50
512 Installing from an ActiveState distro
52---------------------------------------
53shell>unzip Lingua-EN-Infinitive-1.08.zip
54shell>ppm install --location=. Lingua-EN-Infinitive
55shell>del Lingua-EN-Infinitive-1.08.ppd
56shell>del PPM-Lingua-EN-Infinitive-1.08.tar.gz
57