NAME

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

SYNOPSIS

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

DEPENDENCIES

This module has external dependencies on the following modules:

Template

INSTALLATION

perl Build.PL
perl Build test

and if all goes well

perl Build install

HISTORY

What changed over the last 3 revisions

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
0.11 Tuesday 26th August, 2003
test suite fixup
0.10 Saturday 15th August, 2003
initial CPAN release
=back

AUTHOR

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Copyright (C) 2003 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.

SEE ALSO

Template

1 POD Error

The following errors were encountered while parsing the POD:

Around line 50:

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