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

..03-May-2022-

lib/H05-Sep-2009-25977

t/H05-Sep-2009-481322

Build.PLH A D05-Sep-2009461 2721

ChangesH A D05-Sep-20091.5 KiB4534

MANIFESTH A D05-Sep-2009241 1413

META.ymlH A D05-Sep-2009681 3433

READMEH A D05-Sep-2009716 3422

README

1SUPER version 1.17
2==================
3
4Sat Sep  5 01:50:48 UTC 2009
5
6This module provides three different ways to control superclass method
7dispatch.  Please see the POD for details.
8
9INSTALLATION
10
11To install this module type the following:
12
13   $ perl ./Build.PL
14   $ perl ./Build
15   $ perl ./Build test
16   $ sudo perl ./Build install
17
18DEPENDENCIES
19
20This module requires these other modules and libraries:
21
22  Module::Build to install, ideally
23  Sub::Identify to run
24  Scalar::Util to run
25  Test::More to test
26
27COPYRIGHT AND LICENCE
28
29Copyright (c) 2003 Simon Cozens.
30Copyright (c) 2004-2009 chromatic.
31
32This library is free software; you can redistribute it and/or modify it under
33the same terms as Perl 5.10 itself.
34