Catalyst-View-Text-Template
view release on metacpan or search on metacpan
{
"abstract" : "Text::Template views for Catalyst",
"author" : [
"Ricardo Signes <rjbs@cpan.org>",
"Dean Hamstead <dean@fragfest.com.au>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
---
abstract: 'Text::Template views for Catalyst'
author:
- 'Ricardo Signes <rjbs@cpan.org>'
- 'Dean Hamstead <dean@fragfest.com.au>'
build_requires:
Test::More: 0.96
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
Makefile.PL view on Meta::CPAN
use warnings;
use ExtUtils::MakeMaker 6.30;
my %WriteMakefileArgs = (
"ABSTRACT" => "Text::Template views for Catalyst",
"AUTHOR" => "Ricardo Signes <rjbs\@cpan.org>, Dean Hamstead <dean\@fragfest.com.au>",
"BUILD_REQUIRES" => {},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "Catalyst-View-Text-Template",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "Catalyst::View::Text::Template",
"PREREQ_PM" => {
"Catalyst::View" => 0,
name = Catalyst-View-Text-Template
author = Ricardo Signes <rjbs@cpan.org>
author = Dean Hamstead <dean@fragfest.com.au>
license = Perl_5
copyright_holder = Ricardo Signes
copyright_year = 2004
[@RJBS]
lib/Catalyst/Helper/View/Text/Template.pm view on Meta::CPAN
=head1 AUTHORS
=over 4
=item *
Ricardo Signes <rjbs@cpan.org>
=item *
Dean Hamstead <dean@fragfest.com.au>
=back
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
lib/Catalyst/View/Text/Template.pm view on Meta::CPAN
=head1 AUTHORS
=over 4
=item *
Ricardo Signes <rjbs@cpan.org>
=item *
Dean Hamstead <dean@fragfest.com.au>
=back
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
( run in 2.321 seconds using v1.01-cache-2.11-cpan-364913b4093 )