mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
584 B
Plaintext
32 lines
584 B
Plaintext
|
|
To install:
|
|
|
|
perl Makefile.PL
|
|
|
|
to construct the Makefile, then
|
|
|
|
make test
|
|
|
|
to test the package. If it fails any tests, please send me the output
|
|
of `make test' and `perl -V'. I'll tell you whether it is safe to go
|
|
ahead, or I'll provide a fix.
|
|
|
|
If it passes the tests, use
|
|
|
|
make install
|
|
|
|
to install it.
|
|
|
|
Detailed documentation is at the bottom of the lib/Text/Template.pm
|
|
file. You may be able to view it with the following command:
|
|
|
|
perldoc Text::Template
|
|
|
|
Or:
|
|
|
|
perldoc lib/Text/Template.pm
|
|
|
|
If you have problems, send me mail:
|
|
|
|
mjd-perl-template+@plover.com
|