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

..03-May-2022-

example/H16-Aug-2012-6653

inc/H16-Aug-2012-6,2654,655

lib/Text/MicroTemplate/H16-Aug-2012-840556

t/H16-Aug-2012-540400

ChangesH A D16-Aug-20122.6 KiB8459

LICENSEH A D27-Jun-201220.1 KiB382309

MANIFESTH A D29-Jun-20121.7 KiB7372

META.ymlH A D16-Aug-2012666 2928

MYMETA.jsonH A D16-Aug-2012938 4342

MYMETA.ymlH A D16-Aug-2012538 2423

Makefile.PLH A D29-Jun-2012268 159

READMEH A D27-Jun-2012594 2815

README

1This is Perl module Text::MicroTemplate::Extended.
2
3INSTALLATION
4
5Text::MicroTemplate::Extended installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Text::MicroTemplate::Extended
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
21Text::MicroTemplate::Extended documentation is available as in POD. So you can do:
22
23    % perldoc Text::MicroTemplate::Extended
24
25to read the documentation online with your favorite pager.
26
27Daisuke Murase
28