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

..03-May-2022-

inc/H11-Nov-2010-2,9392,159

lib/Scope/H11-Nov-2010-14151

t/H11-Nov-2010-12299

xt/H11-Nov-2010-3126

.gitignoreH A D29-Oct-2010106 1312

ChangesH A D11-Nov-2010392 1510

MANIFESTH A D04-Nov-2010530 2625

META.ymlH A D11-Nov-2010582 2726

Makefile.PLH A D11-Nov-2010200 129

READMEH A D25-Oct-2010530 2815

README

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