Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Commit

Permalink
Moved to Dist::Zilla
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Charles committed Mar 19, 2010
1 parent 32f754f commit 88e66a8
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 98 deletions.
8 changes: 0 additions & 8 deletions MANIFEST.SKIP

This file was deleted.

35 changes: 0 additions & 35 deletions Makefile.PL

This file was deleted.

41 changes: 0 additions & 41 deletions README

This file was deleted.

22 changes: 22 additions & 0 deletions dist.ini
@@ -0,0 +1,22 @@
name = Catalyst-View-HTML-Zoom
version = 0.001
author = Oliver Charles <oliver.g.charles@googlemail.com>
license = Perl_5
copyright_holder = Oliver Charles

[@Classic]

[Prereq]
Catalyst::Runtime = 5.8
Moose = 0.98
MooseX::Types = 0.21
MooseX::Lexical::Types = 0.01
MooseX::Types::Common = 0.001
namespace::autoclean = 0.09
Method::Signatures::Simple = 0.05
HTML::Zoom = 0.9

[PodWeaver]

[@Git]
filename = Changes
17 changes: 3 additions & 14 deletions lib/Catalyst/View/HTML/Zoom.pm
@@ -1,4 +1,5 @@
package Catalyst::View::HTML::Zoom;
# ABSTRACT: Catalyst view to HTML::Zoom
use Moose;
use Method::Signatures::Simple;
use HTML::Zoom;
Expand All @@ -7,9 +8,6 @@ use MooseX::Types::Common::String qw/NonEmptySimpleStr/;
use MooseX::Lexical::Types qw/NonEmptySimpleStr HashRef/;
use namespace::autoclean;

our $VERSION = '0.001';
$VERSION = eval $VERSION;

extends 'Catalyst::View';

__PACKAGE__->config( template_extension => undef );
Expand Down Expand Up @@ -46,10 +44,6 @@ method render ($c, $template) {
return $zoomer->$action($c->stash)->to_html;
}

=head1 NAME
Catalyst::View::HTML::Zoom - Catalyst view to HTML::Zoom
=head1 SYNOPSIS
package MyApp::View::HTML;
Expand Down Expand Up @@ -94,14 +88,9 @@ This is the first version of a Catalyst view to L<HTML::Zoom> - and we might hav
aware that this is still in early stages, and the API is not at all stable. You have been warned (but
encouraged to break it and submit bug reports and patches :).
=head1 COPYRIGHT AND LICENSE
Copyright (c) 2010 Oliver Charles.
Copyright (c) 2009 Tomas Doran.
Original design by Thomas Doran, thanks t0m!
=head1 THANKS
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Thanks to Thomas Doran for the initial starting point
=cut

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 88e66a8

Please sign in to comment.