-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (21 loc) · 895 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
This is Perl module Text::Xslate::Syntax::Mustache.
INSTALLATION
Install cpanm (App::cpanminus) and then run the following command to install
Text::Xslate::Syntax::Mustache:
$ cpanm Text::Xslate::Syntax::Mustache
If you get an archive of this distribution, unpack it and build it
as per the usual:
$ tar xzf Text-Xslate-Syntax-Mustache-$version.tar.gz
$ cd Text-Xslate-Syntax-Mustache-$version
$ perl Makefile.PL
$ make && make test
Then install it:
$ make install
DOCUMENTATION
Text::Xslate::Syntax::Mustache documentation is available as in POD. So you can do:
$ perldoc Text::Xslate::Syntax::Mustache
to read the documentation online with your favorite pager.
LICENSE AND COPYRIGHT
Copyright (c) 2011, Fuji, Goro (gfx). All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.