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

..03-May-2022-

lib/Script/H04-Aug-2012-317106

t/H04-Aug-2012-9868

ChangesH A D04-Aug-2012211 118

MANIFESTH A D10-Feb-2010101 98

Makefile.PLH A D04-Aug-2012602 2119

READMEH A D04-Aug-20121 KiB4728

README

1Script-isAperlScript
2
3Does some simple testing to check if a string or file is a perl
4script.
5
6The reason to use this instead of file is will recognize some things
7that can't securely be regarded as a Perl file.
8
9INSTALLATION
10
11To install this module, run the following commands:
12
13	perl Makefile.PL
14	make
15	make test
16	make install
17
18SUPPORT AND DOCUMENTATION
19
20After installing, you can find documentation for this module with the
21perldoc command.
22
23    perldoc Script::isAperlScript
24
25You can also look for information at:
26
27    RT, CPAN's request tracker
28        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Script-isAperlScript
29
30    AnnoCPAN, Annotated CPAN documentation
31        http://annocpan.org/dist/Script-isAperlScript
32
33    CPAN Ratings
34        http://cpanratings.perl.org/d/Script-isAperlScript
35
36    Search CPAN
37        http://search.cpan.org/dist/Script-isAperlScript/
38
39
40COPYRIGHT AND LICENCE
41
42Copyright (C) 2010 Zane C. Bowers
43
44This program is free software; you can redistribute it and/or modify it
45under the same terms as Perl itself.
46
47