Catalyst-Plugin-Widget

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'Simple way to create reusable HTML fragments'
author:
  - 'Oleg A. Mamontov, C<< <oleg at mamontov.net> >>'
build_requires:
  ExtUtils::MakeMaker: 6.42
  Test::More: 0
configure_requires:
  ExtUtils::MakeMaker: 6.42
distribution_type: module
generated_by: 'Module::Install version 0.98'
license: perl

lib/Catalyst/Plugin/Widget.pm  view on Meta::CPAN

package Catalyst::Plugin::Widget;

=head1 NAME

Catalyst::Plugin::Widget - Simple way to create reusable HTML fragments

=head1 VERSION

Version 0.04

=cut

our $VERSION = '0.04';

use strict;



( run in 2.108 seconds using v1.01-cache-2.11-cpan-364913b4093 )