r54294 - in /branches/upstream/libfilter-template-perl/current: CHANGES MANIFEST META.yml Makefile.PL README lib/Filter/Template.pm lib/Filter/Template/UseBytes.pm t/01_inline.t t/02_usebytes.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 14 14:12:48 UTC 2010


Author: jawnsy-guest
Date: Sun Mar 14 14:12:15 2010
New Revision: 54294

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

Removed:
    branches/upstream/libfilter-template-perl/current/README
Modified:
    branches/upstream/libfilter-template-perl/current/CHANGES
    branches/upstream/libfilter-template-perl/current/MANIFEST
    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
    branches/upstream/libfilter-template-perl/current/lib/Filter/Template/UseBytes.pm
    branches/upstream/libfilter-template-perl/current/t/01_inline.t
    branches/upstream/libfilter-template-perl/current/t/02_usebytes.t

Modified: branches/upstream/libfilter-template-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/CHANGES?rev=54294&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/CHANGES (original)
+++ branches/upstream/libfilter-template-perl/current/CHANGES Sun Mar 14 14:12:15 2010
@@ -1,23 +1,46 @@
-=================================
-2009-07-27T16:05:30.896051Z v1_03
-=================================
+================================
+2010-03-08 02:43:08 -0500 v1_040
+================================
 
-  2009-07-27 16:05:03 (r19) by rcaputo; lib/Filter/Template.pm M
+  commit 6dcf6cb28103a7991ee6b4414aa15dd05e225741
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Mar 8 02:43:08 2010 -0500
+  
+    Prepare for git based distribution tool chain.
 
+  commit b12e9f8eb43c9abd4aad3e529cc156f36eb855eb
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Mar 8 02:42:08 2010 -0500
+  
+    Rearrange distribution for git. 
+
+===============================
+2009-07-27 16:05:03 -0400 v1_03
+===============================
+
+  commit f34840c77fda21411faa0298c9452ca294b2f746
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Jul 27 16:05:03 2009 -0400
+  
     Reorganize documentation links.
 
-  2009-07-27 04:41:20 (r18) by rcaputo
-  lib/Filter/Template.pm M; Makefile.PL M
+  commit d72ae43eb656b2bd4f2593b3b924c63be90e351e
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Jul 27 04:41:20 2009 -0400
+  
+    Add a machine-readable repository directory. Add BUG TRACKER,
+    REPOSITORY and OTHER RESOURCES sections to the docs.
 
-    Add a machine-readable repository directory. Add BUG TRACKER,
-    REPOSITORY and OTHER RESOURCES sections to the docs. 
-
-  2006-11-06 19:20:46 (r17) by rcaputo; Makefile.PL M
-
+  commit 4c50587e0f192f602bed59ff6df757713b3dce5a
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Nov 6 19:20:46 2006 -0500
+  
     Set a LICENSE. Cheap kwalitee points!
 
-  2006-07-20 23:13:23 (r16) by rcaputo; lib/Filter/Template.pm M
-
+  commit f702faa1412f085d1a3bcad565af22328ed5c673
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Thu Jul 20 23:13:23 2006 -0400
+  
     Doc fix. It said "macro" where it should have said "template". 
 
 ==============

Modified: branches/upstream/libfilter-template-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/MANIFEST?rev=54294&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/MANIFEST (original)
+++ branches/upstream/libfilter-template-perl/current/MANIFEST Sun Mar 14 14:12:15 2010
@@ -4,7 +4,6 @@
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
-README
 t/01_inline.t
 t/02_usebytes.t
 META.yml                                 Module meta-data (added by MakeMaker)

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=54294&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/META.yml (original)
+++ branches/upstream/libfilter-template-perl/current/META.yml Sun Mar 14 14:12:15 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Filter-Template
-version:            1.03
+version:            1.040
 abstract:           Source filter for inline code templating.
 author:
     - Rocco Caputo <rcaputo at cpan.org>
@@ -15,7 +15,7 @@
     Test::More:          0
 resources:
     license:     http://dev.perl.org/licenses/
-    repository:  http://thirdlobe.com/svn/filter-template/trunk
+    repository:  http://github.com/rcaputo/filter-template
 no_index:
     directory:
         - t

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=54294&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/Makefile.PL (original)
+++ branches/upstream/libfilter-template-perl/current/Makefile.PL Sun Mar 14 14:12:15 2010
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# $Id: Makefile.PL 18 2009-07-27 04:41:20Z rcaputo $
 
 use ExtUtils::MakeMaker;
 
@@ -15,7 +14,7 @@
 	META_ADD     => {
 		resources  => {
 			license    => 'http://dev.perl.org/licenses/',
-			repository => 'http://thirdlobe.com/svn/filter-template/trunk'
+			repository => 'http://github.com/rcaputo/filter-template'
 		},
 	},
 	PREREQ_PM    => {
@@ -26,7 +25,7 @@
 		COMPRESS   => 'gzip -9f',
 		SUFFIX     => 'gz',
 		PREOP      => (
-			'svn-log.perl tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES'
+			'git-log.pl tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES'
 		),
 	},
 );

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=54294&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/lib/Filter/Template.pm (original)
+++ branches/upstream/libfilter-template-perl/current/lib/Filter/Template.pm Sun Mar 14 14:12:15 2010
@@ -1,11 +1,9 @@
-# $Id: Template.pm 19 2009-07-27 16:05:03Z rcaputo $
-
 package Filter::Template;
 
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '1.03';
+$VERSION = '1.040';
 
 use Carp qw(croak);
 use Filter::Util::Call;
@@ -829,7 +827,8 @@
 
 =head2 REPOSITORY
 
-http://thirdlobe.com/svn/filter-template/
+http://github.com/rcaputo/filter-template
+http://gitorious.org/filter-template
 
 =head2 OTHER RESOURCES
 
@@ -841,7 +840,7 @@
 
 =head1 AUTHOR & COPYRIGHT
 
-Filter::Template is Copyright 2000-2009 Rocco Caputo.  Some parts are
+Filter::Template is Copyright 2000-2010 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.

Modified: branches/upstream/libfilter-template-perl/current/lib/Filter/Template/UseBytes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/lib/Filter/Template/UseBytes.pm?rev=54294&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/lib/Filter/Template/UseBytes.pm (original)
+++ branches/upstream/libfilter-template-perl/current/lib/Filter/Template/UseBytes.pm Sun Mar 14 14:12:15 2010
@@ -1,5 +1,3 @@
-# $Id: UseBytes.pm 10 2006-03-13 17:09:41Z rcaputo $
-
 package Filter::Template::UseBytes;
 use Filter::Template;
 

Modified: branches/upstream/libfilter-template-perl/current/t/01_inline.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/t/01_inline.t?rev=54294&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/t/01_inline.t (original)
+++ branches/upstream/libfilter-template-perl/current/t/01_inline.t Sun Mar 14 14:12:15 2010
@@ -1,5 +1,4 @@
 #!/usr/bin/perl -w
-# $Id: 01_inline.t 10 2006-03-13 17:09:41Z rcaputo $
 # vim: filetype=perl
 
 # Tests basic template features.

Modified: branches/upstream/libfilter-template-perl/current/t/02_usebytes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfilter-template-perl/current/t/02_usebytes.t?rev=54294&op=diff
==============================================================================
--- branches/upstream/libfilter-template-perl/current/t/02_usebytes.t (original)
+++ branches/upstream/libfilter-template-perl/current/t/02_usebytes.t Sun Mar 14 14:12:15 2010
@@ -1,5 +1,4 @@
 #!/usr/bin/perl -w
-# $Id: 02_usebytes.t 6 2006-03-13 15:17:37Z rcaputo $
 # vim: filetype=perl
 
 use strict;




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