README for Template::Plugin::Class 0.13

=head1 NAME

Template::Plugin::Class - allow calling of class methods on arbitrary classes

=head1 SYNOPSIS

  [% USE foo = Class('Foo') %]
  [% foo.bar %]


=head1 DEPENDENCIES

This module has external dependencies on the following modules:

 Template

=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.13	Wednesday 10th May, 2006

	Make it work correctly when diagnostics.pm is in use.
	http://rt.cpan.org/Ticket/Display.html?id=11538
	Changed to ship a traditional Makefile.PL
	Pulled the copy about rt.cpan.org from L</BUGS>


=item 0.12	Tuesday 13th January, 2004

	Make the require logic softer by stealing from base.pm.
	https://rt.cpan.org/Ticket/Display.html?id=4897


=item 0.11	Tuesday 26th August, 2003

	test suite fixup

=back

=head1 AUTHOR

Richard Clamp <richardc@unixbeard.net>

=head1 COPYRIGHT

Copyright (C) 2003, 2004, 2006 Richard Clamp.  All Rights Reserved.

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

=head1 SEE ALSO

L<Template>