The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

0.01 Friday 30th April, 2004
        Initial CPAN release
=back

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

Hook::Queue

1 POD Error

The following errors were encountered while parsing the POD:

Around line 43:

You forgot a '=back' before '=head1'