[Templates-cvs] cvs commit: TT3 MANIFEST Makefile.PL TODO
cvs@template-toolkit.org
cvs@template-toolkit.org
Sat, 11 Dec 2004 14:19:17 +0000
cvs 04/12/11 14:19:17
Modified: . MANIFEST Makefile.PL TODO
Log:
* updated dist files
Revision Changes Path
1.7 +0 -5 TT3/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /template-toolkit/TT3/MANIFEST,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MANIFEST 2004/12/11 14:11:01 1.6
+++ MANIFEST 2004/12/11 14:19:17 1.7
@@ -1,9 +1,6 @@
-Build.PL
CHANGES
-CHECK
MANIFEST This list of files
Makefile.PL
-PROGRESS
README
TODO
docs/architecture.pod
@@ -26,7 +23,6 @@
lib/Template/Constants.pm
lib/Template/Context.pm
lib/Template/Directive.pm
-lib/Template/Directive/#Get.pm#
lib/Template/Directive/Block.pm
lib/Template/Directive/Case.pm
lib/Template/Directive/Else.pm
@@ -150,7 +146,6 @@
t/generator.t
t/generator/perl.t
t/handler.t
-t/modules.t
t/parser/assign.t
t/parser/expr.t
t/parser/path.t
1.8 +2 -3 TT3/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /template-toolkit/TT3/Makefile.PL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.PL 2004/12/11 14:11:01 1.7
+++ Makefile.PL 2004/12/11 14:19:17 1.8
@@ -2,7 +2,7 @@
my %opts = (
'NAME' => 'Template',
- 'DISTNAME' => 'Template-Tookit',
+ 'DISTNAME' => 'Template-TT3',
'VERSION_FROM' => 'lib/Template.pm',
'PMLIBDIRS' => [ 'lib' ],
'dist' => {
@@ -23,8 +23,7 @@
WriteMakefile( %opts );
-
-package MY;
+package YOURMY;
sub install {
return <<'EOF';
1.7 +2 -2 TT3/TODO
Index: TODO
===================================================================
RCS file: /template-toolkit/TT3/TODO,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- TODO 2004/12/10 18:53:05 1.6
+++ TODO 2004/12/11 14:19:17 1.7
@@ -116,7 +116,7 @@
x INTERPOLATE
CONSTANT
- MY
+ x MY
CAPTURE
@@ -229,7 +229,7 @@
Template::Compiler
- - Still in active development.
+ - Still in active development. Mostly working.
Template::Compilers