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

..03-May-2022-

inc/H03-Dec-2008-5,1233,782

lib/Path/Class/H03-Dec-2008-308147

t/H03-Dec-2008-8767

xt/H03-Dec-2008-2118

ChangesH A D03-Dec-2008435 1611

MANIFESTH A D01-Dec-2008633 3130

META.ymlH A D03-Dec-2008554 2726

Makefile.PLH A D01-Dec-2008270 1512

READMEH A D01-Dec-2008533 2815

README

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