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

..03-May-2022-

benchmarks/H26-Nov-2012-275206

example/H26-Nov-2012-3626

inc/Module/H26-Nov-2012-2,0721,549

lib/H26-Nov-2012-3,3401,443

t/H26-Nov-2012-3,5022,578

xt/H26-Nov-2012-5038

ChangesH A D26-Nov-20121.2 KiB4833

MANIFESTH A D26-Nov-20122.2 KiB7170

MANIFEST.SKIPH A D26-Nov-2012677 4526

META.ymlH A D26-Nov-2012742 3433

Makefile.PLH A D26-Nov-2012621 3424

READMEH A D26-Nov-2012550 2815

README

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