NAME
Class::Implements - pretend that your class is another class
SYNOPSIS
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" );
DEPENDENCIES
This module has external dependencies on the following modules:
Hook::Queue
perl 5.006
INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
HISTORY
What changed over the last 3 revisions
AUTHOR
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.
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 43:
You forgot a '=back' before '=head1'