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

..03-May-2022-

inc/Module/H13-Nov-2008-1,4821,094

lib/MooseX/H13-Nov-2008-35862

t/H13-Nov-2008-117

ChangesH A D13-Nov-2008781 3223

MANIFESTH A D13-Nov-2008465 2120

MANIFEST.SKIPH A D13-Nov-2008219 2625

META.ymlH A D13-Nov-2008518 2524

Makefile.PLH A D13-Nov-2008363 178

READMEH A D20-Mar-20081.1 KiB4829

README

1Moose-POE-Object version 0.0.1
2
3[ REPLACE THIS...
4
5  The README is used to introduce the module and provide instructions on
6  how to install the module, any machine dependencies it may have (for
7  example C compilers and installed libraries) and any other information
8  that should be understood before the module is installed.
9
10  A README file is required for CPAN modules since CPAN extracts the
11  README file from a module distribution so that people browsing the
12  archive can use it get an idea of the modules uses. It is usually a
13  good idea to provide version information here so that people can
14  decide whether fixes for the module are worth downloading.
15]
16
17
18INSTALLATION
19
20To install this module, run the following commands:
21
22    perl Makefile.PL
23    make
24    make test
25    make install
26
27
28Alternatively, to install with Module::Build, you can use the following commands:
29
30    perl Build.PL
31    ./Build
32    ./Build test
33    ./Build install
34
35
36
37DEPENDENCIES
38
39None.
40
41
42COPYRIGHT AND LICENCE
43
44Copyright (C) 2007, Chris Prather
45
46This library is free software; you can redistribute it and/or modify
47it under the same terms as Perl itself.
48