r40997 - in /branches/upstream/libfilter-template-perl/current: CHANGES META.yml Makefile.PL lib/Filter/Template.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Jul 30 13:39:24 UTC 2009


Author: angelabad-guest
Date: Thu Jul 30 13:39:17 2009
New Revision: 40997

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40997
Log:
[svn-upgrade] Integrating new upstream version, libfilter-template-perl (1.03)

Modified:
    branches/upstream/libfilter-template-perl/current/CHANGES
    branches/upstream/libfilter-template-perl/current/META.yml
    branches/upstream/libfilter-template-perl/current/Makefile.PL
    branches/upstream/libfilter-template-perl/current/lib/Filter/Template.pm

Modified: branches/upstream/libfilter-template-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/CHANGES?rev=40997&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/CHANGES (original)
+++ branches/upstream/libfilter-template-perl/current/CHANGES Thu Jul 30 13:39:17 2009
@@ -1,75 +1,24 @@
-=========================
-2006-06-12 04:27:42 v1_02
-=========================
+=================================
+2009-07-27T16:05:30.896051Z v1_03
+=================================
 
-  2006-06-12 04:27:31 (r14) by rcaputo
+  2009-07-27 16:05:03 (r19) by rcaputo; lib/Filter/Template.pm M
+
+    Reorganize documentation links.
+
+  2009-07-27 04:41:20 (r18) by rcaputo
   lib/Filter/Template.pm M; Makefile.PL M
 
-    Was requiring a dependency version that didn't yet exist. Backed that
-    down, and bumped the release to 1.02. 
+    Add a machine-readable repository directory. Add BUG TRACKER,
+    REPOSITORY and OTHER RESOURCES sections to the docs. 
 
-=========================
-2006-03-14 05:56:33 v1_01
-=========================
+  2006-11-06 19:20:46 (r17) by rcaputo; Makefile.PL M
 
-  2006-03-14 05:56:22 (r12) by rcaputo; lib/Filter/Template.pm M
+    Set a LICENSE. Cheap kwalitee points!
 
-    Totally forgot the README. D'oh. 
+  2006-07-20 23:13:23 (r16) by rcaputo; lib/Filter/Template.pm M
 
-=========================
-2006-03-14 01:33:15 v1_00
-=========================
-
-  2006-03-13 17:09:41 (r10) by rcaputo
-  lib/Filter/Template.pm M; t/01_inline.t M;
-  lib/Filter/Template/UseBytes.pm M; MANIFEST.SKIP M
-
-    We're calling them templates now. By the way, don't include .tmp or
-    .svn files in the MANIFEST. 
-
-  2006-03-13 15:20:51 (r9) by rcaputo
-  lib/Filter/Inline.pm D; lib/Filter/Inline D
-
-    Renamed these. 
-
-  2006-03-13 15:20:41 (r8) by rcaputo; lib/Filter/Template.pm A
-
-    Renamed the file to match the new module name. 
-
-  2006-03-13 15:19:03 (r7) by rcaputo
-  lib/Filter/Template/UseBytes.pm R; lib/Filter/Template A
-
-    Rename the files for the new module name. 
-
-  2006-03-13 15:17:37 (r6) by rcaputo
-  t/01_inline.t M; lib/Filter/Inline.pm M; Makefile.PL M;
-  lib/Filter/Inline/UseBytes.pm M; t/02_usebytes.t M
-
-    Rename Inline to Template in the source code. 
-
-  2006-03-13 15:17:19 (r5) by rcaputo; MANIFEST D
-
-    Remove this. It should be generated automatically. 
-
-  2006-03-12 00:06:17 (r4) by rcaputo
-  lib/Filter/Inline.pm M; lib/Filter/Inline/UseBytes.pm M
-
-    Give the UseBytes macro a version number for indexing. Revise the
-    documentation harshly. 
-
-  2006-03-11 23:22:37 (r3) by rcaputo
-  t/01_inline.t M; lib/Filter/Inline.pm M; Makefile.PL M;
-  lib/Filter/Inline/UseBytes.pm M; t/02_usebytes.t M
-
-    Fix up the Id tags, add keywords to files, and set the version
-    explicitly. 
-
-  2006-03-11 23:00:32 (r1) by rcaputo
-  /trunk A; t A; t/01_inline.t A; lib/Filter/Inline.pm A; lib A; MANIFEST
-  A; Makefile.PL A; lib/Filter/Inline/UseBytes.pm A; lib/Filter/Inline A;
-  t/02_usebytes.t A; lib/Filter A; MANIFEST.SKIP A
-
-    Initial commit. 
+    Doc fix. It said "macro" where it should have said "template". 
 
 ==============
 End of Excerpt

Modified: branches/upstream/libfilter-template-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/META.yml?rev=40997&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/META.yml (original)
+++ branches/upstream/libfilter-template-perl/current/META.yml Thu Jul 30 13:39:17 2009
@@ -1,14 +1,26 @@
 --- #YAML:1.0
-name:                Filter-Template
-version:             1.02
-abstract:            Source filter for inline code templating.
-license:             unknown
-generated_by:        ExtUtils::MakeMaker version 6.30_01
-author:              Rocco Caputo <rcaputo at cpan.org>
-distribution_type:   module
-requires:     
-    Filter::Util::Call:            1.06
-    Test::More:                    0
+name:               Filter-Template
+version:            1.03
+abstract:           Source filter for inline code templating.
+author:
+    - Rocco Caputo <rcaputo at cpan.org>
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Filter::Util::Call:  1.06
+    Test::More:          0
+resources:
+    license:     http://dev.perl.org/licenses/
+    repository:  http://thirdlobe.com/svn/filter-template/trunk
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
-    url: <http://module-build.sourceforge.net/META-spec-new.html>;
-    version: 1.1
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libfilter-template-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/Makefile.PL?rev=40997&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/Makefile.PL (original)
+++ branches/upstream/libfilter-template-perl/current/Makefile.PL Thu Jul 30 13:39:17 2009
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: Makefile.PL 14 2006-06-12 04:27:31Z rcaputo $
+# $Id: Makefile.PL 18 2009-07-27 04:41:20Z rcaputo $
 
 use ExtUtils::MakeMaker;
 
@@ -10,8 +10,14 @@
 	NAME         => 'Filter::Template',
 	AUTHOR       => 'Rocco Caputo <rcaputo at cpan.org>',
 	ABSTRACT     => 'Source filter for inline code templating.',
+	LICENSE      => 'perl',
 	VERSION_FROM => 'lib/Filter/Template.pm',
-
+	META_ADD     => {
+		resources  => {
+			license    => 'http://dev.perl.org/licenses/',
+			repository => 'http://thirdlobe.com/svn/filter-template/trunk'
+		},
+	},
 	PREREQ_PM    => {
 		'Filter::Util::Call'  => 1.06,
 		'Test::More'          => 0,

Modified: branches/upstream/libfilter-template-perl/current/lib/Filter/Template.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/lib/Filter/Template.pm?rev=40997&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/lib/Filter/Template.pm (original)
+++ branches/upstream/libfilter-template-perl/current/lib/Filter/Template.pm Thu Jul 30 13:39:17 2009
@@ -1,11 +1,11 @@
-# $Id: Template.pm 14 2006-06-12 04:27:31Z rcaputo $
+# $Id: Template.pm 19 2009-07-27 16:05:03Z rcaputo $
 
 package Filter::Template;
 
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '1.02';
+$VERSION = '1.03';
 
 use Carp qw(croak);
 use Filter::Util::Call;
@@ -689,7 +689,7 @@
 based on prototypes for Perl subroutines.  The two main differences
 are that parameters are named, and sigils are not used.
 
-	macro sum_2 (parameter_0, parameter_1) {
+	template sum_2 (parameter_0, parameter_1) {
 		print( parameter_0 + parameter_1, "\n" );
 	}
 
@@ -800,7 +800,7 @@
 
 	sub Filter::Template::DEFINE () { 1 }
 
-=head1 BUGS
+=head1 CAVEATS
 
 Source filters are line-based, and so is the template language.  The
 only constructs that may span lines are template definitions, and
@@ -821,7 +821,19 @@
 Text::Trie.  Better regexp optimizers were released afterwards, and
 Filter::Template should use one of them.
 
-Probably others.
+=head1 LINKS
+
+=head2 BUG TRACKER
+
+https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=Filter-Template
+
+=head2 REPOSITORY
+
+http://thirdlobe.com/svn/filter-template/
+
+=head2 OTHER RESOURCES
+
+http://search.cpan.org/dist/Filter-Template/
 
 =head1 SEE ALSO
 
@@ -829,7 +841,7 @@
 
 =head1 AUTHOR & COPYRIGHT
 
-Filter::Template is Copyright 2000-2006 Rocco Caputo.  Some parts are
+Filter::Template is Copyright 2000-2009 Rocco Caputo.  Some parts are
 Copyright 2001 Matt Cashner.  All rights reserved.  Filter::Template
 is free software; you may redistribute it and/or modify it under the
 same terms as Perl itself.




More information about the Pkg-perl-cvs-commits mailing list