README for Class::Implements 0.01
=head1 NAME
Class::Implements - pretend that your class is another class
=head1 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" );
=head1 DEPENDENCIES
This module has external dependencies on the following modules:
Hook::Queue
perl 5.006
=head1 INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
=head1 HISTORY
What changed over the last 3 revisions
=over
=item 0.01 Friday 30th April, 2004
Initial CPAN release
=back
=head1 AUTHOR
Richard Clamp <
[email protected]>
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.
=head1 SEE ALSO
L<Hook::Queue>