Codebase list libhtml-template-compiled-perl / v1.000
1.0 Tina Mueller 11 years ago
4 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension HTML::Template::Compiled.
1
2 1.000 Tue Nov 13 20:45:44 CET 2012
3 - regular release
14
25 0.99_001 Sat Aug 4 17:32:03 CEST 2012
36 - Bugfix: reloading changed includes didn't always work
1616 provides:
1717 HTML::Template::Compiled:
1818 file: lib/HTML/Template/Compiled.pm
19 version: 0.99_001
19 version: 1.000
2020 HTML::Template::Compiled::Classic:
2121 file: lib/HTML/Template/Compiled/Classic.pm
2222 version: 0.06
118118 resources:
119119 license: http://dev.perl.org/licenses/
120120 repository: https://github.com/perlpunk/HTML-Template-Compiled
121 version: 0.99_001
121 version: 1.000
22 to Perl code
33
44 VERSION
5 $VERSION = "0.99_001"
5 $VERSION = "1.000"
66
77 SYNOPSIS
88 use HTML::Template::Compiled;
11 # $Id: Compiled.pm 1161 2012-05-05 14:00:22Z tinita $
22 # doesn't work with make tardist
33 #our $VERSION = ($version_pod =~ m/^\$VERSION = "(\d+(?:\.\d+)+)"/m) ? $1 : "0.01";
4 our $VERSION = "0.99_001";
4 our $VERSION = "1.000";
55 use Data::Dumper;
66 use Scalar::Util;
77 BEGIN {
15311531
15321532 =head1 VERSION
15331533
1534 $VERSION = "0.99_001"
1534 $VERSION = "1.000"
15351535
15361536 =cut
15371537