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