Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jan 9, 2009
1 parent 758a633 commit 3a4847b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ requires('parent');
requires('Scalar::Util');
requires('Text::Template');

auto_manifest;

WriteAll();
2 changes: 2 additions & 0 deletions lib/Catalyst/View/Text/Template.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ use warnings;
package Catalyst::View::Text::Template;
use parent 'Catalyst::View';

our $VERSION = '0.000';

use Scalar::Util ();
use Text::Template ();

Expand Down

0 comments on commit 3a4847b

Please sign in to comment.