| Class-Implements documentation | view source | Contained in the Class-Implements distribution. |
Class::Implements - pretend that your class is another class
package Some::Class; use Class::Implements 'Some::Other::Class'; print "You are the droids I'm looking for\n" if UNIVERSAL::isa( "Some::Class", "Some::Other::Class" );
This module has external dependencies on the following modules:
Hook::Queue perl 5.006
perl Build.PL perl Build test
and if all goes well
perl Build install
What changed over the last 3 revisions
Initial CPAN release =back
Richard Clamp <richardc@unixbeard.net>
Copyright 2004 Richard Clamp. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Class-Implements documentation | view source | Contained in the Class-Implements distribution. |