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

..03-May-2022-

inc/Module/H25-May-2011-1,9011,420

lib/Any/Moose/H25-May-2011-213112

t/H25-May-2011-14895

xt/H25-May-2011-4227

ChangesH A D25-May-2011382 149

MANIFESTH A D25-May-2011470 2322

MANIFEST.SKIPH A D25-May-2011697 4726

META.ymlH A D25-May-2011703 3231

Makefile.PLH A D25-May-2011438 2719

READMEH A D25-May-2011545 2815

README

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