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

..03-May-2022-

inc/H28-Aug-2010-8,9966,525

lib/URI/Template/H28-Aug-2010-435252

rfc/H03-May-2022-

t/H28-Aug-2010-462362

xt/H28-Aug-2010-4337

ChangesH A D28-Aug-2010458 2215

MANIFESTH A D28-Aug-20101.8 KiB7877

META.ymlH A D28-Aug-2010774 3635

Makefile.PLH A D28-Aug-2010425 2117

READMEH A D28-Aug-2010565 2815

README

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