From 1bc31dab4e3123d637c5884552f825d6cf13fb69 Mon Sep 17 00:00:00 2001 From: Gaal Yahas Date: Mon, 19 Jan 2009 20:31:53 +0200 Subject: [PATCH] * bump version to 0.03 --- lib/Template/Patch.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Template/Patch.pm b/lib/Template/Patch.pm index b12086d..18f116a 100644 --- a/lib/Template/Patch.pm +++ b/lib/Template/Patch.pm @@ -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/); @@ -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