[Bps-public-commit] template-declare branch, master, updated. 172af129b8e02845ad676ccf51b21402d0fea472
Shawn Moore
sartak at bestpractical.com
Wed Dec 8 14:14:57 EST 2010
The branch, master has been updated
via 172af129b8e02845ad676ccf51b21402d0fea472 (commit)
via eb58395b36098995817cfef0f737fad428f68d6a (commit)
via 127031d36cc00cf5a19808f0e6a581f756d4f4ad (commit)
from 372f83039043fa639716c2c1a8ba7a6517412e5b (commit)
Summary of changes:
MANIFEST | 1 +
META.yml | 2 +-
README | 8 ++++----
lib/Template/Declare.pm | 4 ++--
4 files changed, 8 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 127031d36cc00cf5a19808f0e6a581f756d4f4ad
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 8 13:56:04 2010 -0500
Copyright year update
diff --git a/lib/Template/Declare.pm b/lib/Template/Declare.pm
index e373b30..ddeff69 100644
--- a/lib/Template/Declare.pm
+++ b/lib/Template/Declare.pm
@@ -1760,7 +1760,7 @@ Jesse Vincent <jesse at bestpractical.com>
=head1 LICENSE
-Template::Declare is Copyright 2006-2009 Best Practical Solutions, LLC.
+Template::Declare is Copyright 2006-2010 Best Practical Solutions, LLC.
Template::Declare is distributed under the same terms as Perl itself.
commit eb58395b36098995817cfef0f737fad428f68d6a
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 8 13:58:58 2010 -0500
Regenerate README, META.yml, MANIFEST
diff --git a/MANIFEST b/MANIFEST
index 4313ff5..57fa93a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -44,6 +44,7 @@ t/importing.t
t/indent.t
t/indexhtml.t
t/inline-tagset.t
+t/inline_xml_rendering.t
t/instrumentation.t
t/mixing.t
t/MyTagSet.pm
diff --git a/META.yml b/META.yml
index 33171c4..eeaf882 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
perl: 5.8.2
resources:
license: http://dev.perl.org/licenses/
-version: 0.43
+version: 0.44
diff --git a/README b/README
index 7af3fbf..52602d9 100644
--- a/README
+++ b/README
@@ -913,10 +913,10 @@ USAGE
same functionality exists for "alias" as well.
Indentation configuration
- by default, Template::Declare renders a readable xml adding end of lines
+ by default, Template::Declare renders a readable XML adding end of lines
and a one column indentation. This behavior could break a webpage design
- or add a significant amount of chars to your xml output. This could be
- changed by overwritting the default values. so
+ or add a significant amount of chars to your XML output. This could be
+ changed by overwriting the default values. so
$Template::Declare::Tags::TAG_INDENTATION = 0;
$Template::Declare::Tags::EOL = "";
@@ -1310,7 +1310,7 @@ AUTHOR
Jesse Vincent <jesse at bestpractical.com>
LICENSE
- Template::Declare is Copyright 2006-2009 Best Practical Solutions, LLC.
+ Template::Declare is Copyright 2006-2010 Best Practical Solutions, LLC.
Template::Declare is distributed under the same terms as Perl itself.
commit 172af129b8e02845ad676ccf51b21402d0fea472
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 8 13:54:30 2010 -0500
Version bump to 0.44
diff --git a/lib/Template/Declare.pm b/lib/Template/Declare.pm
index ddeff69..7c0323c 100644
--- a/lib/Template/Declare.pm
+++ b/lib/Template/Declare.pm
@@ -7,7 +7,7 @@ use Template::Declare::Buffer;
use Class::ISA;
use String::BufferStack;
-our $VERSION = '0.43';
+our $VERSION = '0.44';
use base 'Class::Data::Inheritable';
__PACKAGE__->mk_classdata('dispatch_to');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list