'Class::ISA' =>
{
'MAINTAINER' => 'smueller',
- 'DISTRIBUTION' => 'SMUELLER/Class-ISA-0.34.tar.gz',
+ 'DISTRIBUTION' => 'SMUELLER/Class-ISA-0.35.tar.gz',
'FILES' => q[cpan/Class-ISA],
'CPAN' => 1,
'UPSTREAM' => 'cpan',
Revision history for Perl extension Class::ISA
- Time-stamp: "2004-12-29 20:00:49 AST"
-2009-10-22 Steffen Mueller smueller@cpan.org
+2009-09-26 Steffen Mueller smueller@cpan.org
+
+ * Release 0.35 -- minor documentation nit.
+
+2009-09-22 Steffen Mueller smueller@cpan.org
* Release 0.34 -- add core deprecation logic,
some distribution shuffling. No code changes.
require 5;
use strict;
use vars qw($Debug $VERSION);
-$VERSION = '0.34';
+$VERSION = '0.35';
$Debug = 0 unless defined $Debug;
use if $] >= 5.011, 'deprecate';
=head1 NAME
-Class::ISA -- report the search path for a class's ISA tree
+Class::ISA - report the search path for a class's ISA tree
=head1 SYNOPSIS