Skip to content

Commit

Permalink
* bump version to 0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaal Yahas committed Jan 19, 2009
1 parent 6d2c35b commit 1bc31da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Template/Patch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Template;

use base 'Class::Accessor::Ref';

our $VERSION = '0.02';
our $VERSION = '0.03';

BEGIN {
my @accs = (qw/ inp outp vars routput rinput _ext _tt conf/);
Expand Down Expand Up @@ -119,8 +119,8 @@ sub patch {

sub print { print ${ $_[0]->routput } }

sub ::Y { require YAML::Syck; YAML::Syck::Dump(@_) }
sub ::YY { require Carp; Carp::confess(::Y(@_)) }
#sub ::Y { require YAML::Syck; YAML::Syck::Dump(@_) }
#sub ::YY { require Carp; Carp::confess(::Y(@_)) }

=head1 SEE ALSO
Expand Down

0 comments on commit 1bc31da

Please sign in to comment.