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

..03-May-2022-

lib/H11-Oct-2009-23153

t/H11-Oct-2009-189137

ChangesH A D11-Oct-2009543 1914

MANIFESTH A D11-Oct-2009210 1514

META.ymlH A D11-Oct-2009546 2322

Makefile.PLH A D11-Oct-2009462 1715

READMEH A D11-Oct-2009998 4728

README

1ExportTo
2
3This module allow you to export/override subroutine/method to one namespace.
4It can be used for mix-in, for extension of modules not using inheritance.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19 nothing
20
21SUPPORT AND DOCUMENTATION
22
23After installing, you can find documentation for this module with the perldoc command.
24
25    perldoc ExportTo
26
27You can also look for information at:
28
29    Search CPAN
30        http://search.cpan.org/dist/ExportTo
31
32    CPAN Request Tracker:
33        http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExportTo
34
35    AnnoCPAN, annotated CPAN documentation:
36        http://annocpan.org/dist/ExportTo
37
38    CPAN Ratings:
39        http://cpanratings.perl.org/d/ExportTo
40
41COPYRIGHT AND LICENCE
42
43Copyright (C) 2006-2009 Ktat
44
45This program is free software; you can redistribute it and/or modify it
46under the same terms as Perl itself.
47