NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Tuesday July 02, 2002
11:37 AM
Class::Dynamic released
This is a module I threatened to release to the world a while back. Do evil things with it...
=head1 NAME
Class::Dynamic - Rudimentary support for coderefs in @ISA
=head1 SYNOPSIS
package Blargh;
use Class::Dynamic;
our @ISA = ("Foo", sub { rand < 0.5 ? "Bar" : "Baz" } );
=head1 DESCRIPTION
This module allows you to insert coderefs into a class's C<@ISA>.
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Class::Dynamic released 0 Comments More | Login | Reply /