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

..03-May-2022-

eg/H09-Feb-2009-5335

inc/H09-Feb-2009-5,0633,743

lib/TheSchwartz/H09-Feb-2009-313202

t/H09-Feb-2009-215173

ChangesH A D09-Feb-2009521 1913

MANIFESTH A D02-Sep-2008641 3130

META.ymlH A D09-Feb-2009495 2423

Makefile.PLH A D30-Aug-2008176 108

READMEH A D27-Aug-2008548 2815

README

1This is Perl module TheSchwartz::Simple.
2
3INSTALLATION
4
5TheSchwartz::Simple installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan TheSchwartz::Simple
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21TheSchwartz::Simple documentation is available as in POD. So you can do:
22
23    % perldoc TheSchwartz::Simple
24
25to read the documentation online with your favorite pager.
26
27Tatsuhiko Miyagawa
28