diff --git a/CHANGES b/CHANGES index 0d1a74b57..3e111c015 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Dancer 1.2001_01 + [ David Precious, Ivan Bessarabov ] + * Fixing TT example config. + + [ Danijel Tasov ] + * Default layout now validates. + Dancer 1.2001 [ Sawyer X ] * Fix clash with KiokuDB because of Dancer::Serializer::Dumper. diff --git a/lib/Dancer.pm b/lib/Dancer.pm index bc94fca75..241ea40dc 100644 --- a/lib/Dancer.pm +++ b/lib/Dancer.pm @@ -31,7 +31,7 @@ use File::Basename 'basename'; use base 'Exporter'; $AUTHORITY = 'SUKRIA'; -$VERSION = '1.2001'; +$VERSION = '1.2001_01'; @EXPORT = qw( after any diff --git a/script/dancer b/script/dancer index f7ac67aec..83e8a2ccd 100644 --- a/script/dancer +++ b/script/dancer @@ -442,15 +442,17 @@ WriteMakefile( 'main.tt' => ' - + '.$appname.' - - + + @@ -834,9 +836,9 @@ template: \"simple\" # template: \"template_toolkit\" # engines: # template_toolkit: -# ENCODING: 'utf8' -# START_TAG: '[%' -# END_TAG: '%] +# encoding: 'utf8' +# start_tag: '[%' +# end_tag: '%]' ",