r76530 - in /branches/upstream/libparams-callbackrequest-perl/current: ./ lib/Params/ lib/Params/CallbackRequest/ t/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sat Jun 25 08:41:42 UTC 2011


Author: ansgar
Date: Sat Jun 25 08:41:38 2011
New Revision: 76530

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76530
Log:
[svn-upgrade] new version libparams-callbackrequest-perl (1.20)

Added:
    branches/upstream/libparams-callbackrequest-perl/current/META.json
    branches/upstream/libparams-callbackrequest-perl/current/README.md
Removed:
    branches/upstream/libparams-callbackrequest-perl/current/README
Modified:
    branches/upstream/libparams-callbackrequest-perl/current/Build.PL
    branches/upstream/libparams-callbackrequest-perl/current/Changes
    branches/upstream/libparams-callbackrequest-perl/current/MANIFEST
    branches/upstream/libparams-callbackrequest-perl/current/META.yml
    branches/upstream/libparams-callbackrequest-perl/current/Makefile.PL
    branches/upstream/libparams-callbackrequest-perl/current/lib/Params/Callback.pm
    branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest.pm
    branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest/Exceptions.pm
    branches/upstream/libparams-callbackrequest-perl/current/t/01basic.t
    branches/upstream/libparams-callbackrequest-perl/current/t/02priority.t
    branches/upstream/libparams-callbackrequest-perl/current/t/03keys.t
    branches/upstream/libparams-callbackrequest-perl/current/t/04errors.t
    branches/upstream/libparams-callbackrequest-perl/current/t/05object.t
    branches/upstream/libparams-callbackrequest-perl/current/t/06object_request.t
    branches/upstream/libparams-callbackrequest-perl/current/t/07combined.t
    branches/upstream/libparams-callbackrequest-perl/current/t/08apache.t
    branches/upstream/libparams-callbackrequest-perl/current/t/09pod.t

Modified: branches/upstream/libparams-callbackrequest-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/Build.PL?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/Build.PL (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/Build.PL Sat Jun 25 08:41:38 2011
@@ -3,9 +3,9 @@
 my $build = Module::Build->new(
     module_name    => 'Params::CallbackRequest',
     license        => 'perl',
-    create_makefile_pl => 'passthrough',
+    create_makefile_pl => 'traditional',
     configure_requires => { 'Module::Build' => '0.2701' },
-    recommends         => { 'Test::Pod'     => '1.20'   },
+    recommends         => { 'Test::Pod'     => '1.41'   },
     build_requires     => {
         'Test::More'    => '0.17',
         'Module::Build' => '0.2701',
@@ -18,5 +18,12 @@
         Class::ISA          => 0,
         perl                => 5.006,
     },
+    meta_merge => {
+        resources => {
+            homepage   => 'http://search.cpan.org/dist/Params-CallbackRequest/',
+            bugtracker => 'http://github.com/theory/params-callbackrequest/issues/',
+            repository => 'http://github.com/theory/params-callbackrequest/',
+        }
+    },
 );
 $build->create_build_script;

Modified: branches/upstream/libparams-callbackrequest-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/Changes?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/Changes (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/Changes Sat Jun 25 08:41:38 2011
@@ -1,4 +1,9 @@
 Revision history for Perl extension Params::CallbackRequest.
+
+1.20  2011-06-23T05:47:01
+      - Moved repostitory to
+        [GitHub](https://github.com/theory/params-callbackrequest/).
+      - Switched to a "traditional" `Makefile.PL`.
 
 1.19  2008-06-23T18:00:43
       - Fixed a pasto in the "Support" section of the documentaion, and added

Modified: branches/upstream/libparams-callbackrequest-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/MANIFEST?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/MANIFEST (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/MANIFEST Sat Jun 25 08:41:38 2011
@@ -1,12 +1,13 @@
 Build.PL
 Changes
-MANIFEST			This list of files
-META.yml
-Makefile.PL
-README
 lib/Params/Callback.pm
 lib/Params/CallbackRequest.pm
 lib/Params/CallbackRequest/Exceptions.pm
+Makefile.PL
+MANIFEST			This list of files
+META.json
+META.yml
+README.md
 t/01basic.t
 t/02priority.t
 t/03keys.t

Added: branches/upstream/libparams-callbackrequest-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/META.json?rev=76530&op=file
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/META.json (added)
+++ branches/upstream/libparams-callbackrequest-perl/current/META.json Sat Jun 25 08:41:38 2011
@@ -1,0 +1,70 @@
+{
+   "abstract" : "Functional and object-oriented callback architecture",
+   "author" : [
+      "David E. Wheeler <david at justatheory.com>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110440",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Params-CallbackRequest",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Module::Build" : "0.2701",
+            "Test::More" : "0.17"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : "0.2701"
+         }
+      },
+      "runtime" : {
+         "recommends" : {
+            "Test::Pod" : "1.41"
+         },
+         "requires" : {
+            "Attribute::Handlers" : "0.77",
+            "Class::ISA" : 0,
+            "Exception::Class" : "1.10",
+            "Params::Validate" : "0.59",
+            "Test::Simple" : "0.17",
+            "perl" : "5.006"
+         }
+      }
+   },
+   "provides" : {
+      "Params::Callback" : {
+         "file" : "lib/Params/Callback.pm",
+         "version" : "1.20"
+      },
+      "Params::CallbackRequest" : {
+         "file" : "lib/Params/CallbackRequest.pm",
+         "version" : "1.20"
+      },
+      "Params::CallbackRequest::Exceptions" : {
+         "file" : "lib/Params/CallbackRequest/Exceptions.pm",
+         "version" : "1.20"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://github.com/theory/params-callbackrequest/issues/"
+      },
+      "homepage" : "http://search.cpan.org/dist/Params-CallbackRequest/",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://github.com/theory/params-callbackrequest/"
+      }
+   },
+   "version" : "1.20"
+}

Modified: branches/upstream/libparams-callbackrequest-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/META.yml?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/META.yml (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/META.yml Sat Jun 25 08:41:38 2011
@@ -1,14 +1,31 @@
 ---
-name: Params-CallbackRequest
-version: 1.19
+abstract: 'Functional and object-oriented callback architecture'
 author:
-  - 'David Wheeler <david at kineticode.com>'
-abstract: Functional and object-oriented callback architecture
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
+  - 'David E. Wheeler <david at justatheory.com>'
+build_requires:
+  Module::Build: 0.2701
+  Test::More: 0.17
 configure_requires:
   Module::Build: 0.2701
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110440'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Params-CallbackRequest
+provides:
+  Params::Callback:
+    file: lib/Params/Callback.pm
+    version: 1.20
+  Params::CallbackRequest:
+    file: lib/Params/CallbackRequest.pm
+    version: 1.20
+  Params::CallbackRequest::Exceptions:
+    file: lib/Params/CallbackRequest/Exceptions.pm
+    version: 1.20
+recommends:
+  Test::Pod: 1.41
 requires:
   Attribute::Handlers: 0.77
   Class::ISA: 0
@@ -16,22 +33,9 @@
   Params::Validate: 0.59
   Test::Simple: 0.17
   perl: 5.006
-build_requires:
-  Module::Build: 0.2701
-  Test::More: 0.17
-recommends:
-  Test::Pod: 1.20
-provides:
-  Params::Callback:
-    file: lib/Params/Callback.pm
-    version: 1.19
-  Params::CallbackRequest:
-    file: lib/Params/CallbackRequest.pm
-    version: 1.19
-  Params::CallbackRequest::Exceptions:
-    file: lib/Params/CallbackRequest/Exceptions.pm
-    version: 1.19
-generated_by: Module::Build version 0.280801
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+resources:
+  bugtracker: http://github.com/theory/params-callbackrequest/issues/
+  homepage: http://search.cpan.org/dist/Params-CallbackRequest/
+  license: http://dev.perl.org/licenses/
+  repository: http://github.com/theory/params-callbackrequest/
+version: 1.20

Modified: branches/upstream/libparams-callbackrequest-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/Makefile.PL?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/Makefile.PL (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/Makefile.PL Sat Jun 25 08:41:38 2011
@@ -1,32 +1,21 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
+# Note: this file was auto-generated by Module::Build::Compat version 0.3800
 require 5.006;
-    
-    unless (eval "use Module::Build::Compat 0.02; 1" ) {
-      print "This module requires Module::Build to install itself.\n";
-      
-      require ExtUtils::MakeMaker;
-      my $yn = ExtUtils::MakeMaker::prompt
-	('  Install Module::Build now from CPAN?', 'y');
-      
-      unless ($yn =~ /^y/i) {
-	die " *** Cannot install without Module::Build.  Exiting ...\n";
-      }
-      
-      require Cwd;
-      require File::Spec;
-      require CPAN;
-      
-      # Save this 'cause CPAN will chdir all over the place.
-      my $cwd = Cwd::cwd();
-      
-      CPAN::Shell->install('Module::Build::Compat');
-      CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
-	or die "Couldn't install Module::Build, giving up.\n";
-      
-      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
-    }
-    eval "use Module::Build::Compat 0.02; 1" or die $@;
-    
-    Module::Build::Compat->run_build_pl(args => \@ARGV);
-    require Module::Build;
-    Module::Build::Compat->write_makefile(build_class => 'Module::Build');
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+  'NAME' => 'Params::CallbackRequest',
+  'VERSION_FROM' => 'lib/Params/CallbackRequest.pm',
+  'PREREQ_PM' => {
+                   'Attribute::Handlers' => '0.77',
+                   'Class::ISA' => 0,
+                   'Exception::Class' => '1.10',
+                   'Module::Build' => '0.2701',
+                   'Params::Validate' => '0.59',
+                   'Test::More' => '0.17',
+                   'Test::Simple' => '0.17'
+                 },
+  'INSTALLDIRS' => 'site',
+  'EXE_FILES' => [],
+  'PL_FILES' => {}
+)
+;

Added: branches/upstream/libparams-callbackrequest-perl/current/README.md
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/README.md?rev=76530&op=file
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/README.md (added)
+++ branches/upstream/libparams-callbackrequest-perl/current/README.md Sat Jun 25 08:41:38 2011
@@ -1,0 +1,60 @@
+Params/CallbackRequest version 1.20
+===================================
+
+Params::CallbackRequest provides functional and object-oriented callbacks to
+method and function parameters. Callbacks may be either code references
+provided to the `new()` constructor, or methods defined in subclasses of
+Params::Callback. Callbacks are triggered either for every call to the
+Params::CallbackRequest `execute()` method, or by specially named keys in the
+parameters to `execute()`.
+
+The idea behind this module is to provide a sort of plugin architecture for
+Perl templating systems. Callbacks are executed by the contents of a request
+to the Perl templating server, before the templating system itself executes.
+This approach allows you to carry out logical processing of data submitted
+from a form, to affect the contents of the request parameters before they're
+passed to the templating system for processing, and even to redirect or abort
+the request before the templating system handles it.
+
+Installation
+------------
+
+To install this module, type the following:
+
+    perl Build.PL
+    ./Build
+    ./Build test
+    ./Build install
+
+Or, if you don't have Module::Build installed, type the following:
+
+    perl Makefile.PL
+    make
+    make test
+    make install
+
+Dependencies
+------------
+
+This module requires these other modules and libraries:
+
+* Params::Validate 0.59 or later
+* Exception::Class 1.10 or later
+
+The object-oriented callback interface requires Perl 5.6 or later and
+these other modules and libraries:
+
+* Attribute::Handlers 0.77 or later
+* Class::ISA
+
+The test suite requires:
+
+* Test::Simple 0.17 or later
+
+Copyright and License
+---------------------
+
+Copyright 2003-2011 David E. Wheeler. Some Rights Reserved.
+
+This library is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.

Modified: branches/upstream/libparams-callbackrequest-perl/current/lib/Params/Callback.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/lib/Params/Callback.pm?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/lib/Params/Callback.pm (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/lib/Params/Callback.pm Sat Jun 25 08:41:38 2011
@@ -6,7 +6,7 @@
 use Params::CallbackRequest::Exceptions (abbr => [qw(throw_bad_params)]);
 
 use vars qw($VERSION);
-$VERSION = '1.19';
+$VERSION = '1.20';
 use constant DEFAULT_PRIORITY => 5;
 use constant REDIRECT => 302;
 
@@ -1055,11 +1055,11 @@
 
 =head1 AUTHOR
 
-David Wheeler <david at kineticode.com>
+David E. Wheeler <david at justatheory.com>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2008 David Wheeler. Some Rights Reserved.
+Copyright 2003-2011 David E. Wheeler. Some Rights Reserved.
 
 This library is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.

Modified: branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest.pm?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest.pm (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest.pm Sat Jun 25 08:41:38 2011
@@ -7,7 +7,7 @@
                                                      throw_cb_exec)]);
 
 use vars qw($VERSION);
-$VERSION = '1.19';
+$VERSION = '1.20';
 
 BEGIN {
     for my $attr (qw( default_priority
@@ -1023,20 +1023,22 @@
 
 =head1 SUPPORT
 
-This module is stored in an open repository at the following address:
-
-L<https://svn.kineticode.com/Params-CallbackRequest/trunk/>
-
-Patches against Params::CallbackRequest are welcome. Please send bug reports
-to <bug-params-callbackrequest at rt.cpan.org>.
+This module is stored in an open L<GitHub
+repository|http://github.com/theory/params-callbackrequest/>. Feel free to
+fork and contribute!
+
+Please file bug reports via L<GitHub
+Issues|http://github.com/theory/params-callbackrequest/issues/> or by sending
+mail to
+L<bug-params-callbackrequest at rt.cpan.org|mailto:bug-params-callbackrequest at rt.cpan.org>.
 
 =head1 AUTHOR
 
-David Wheeler <david at kineticode.com>
+David E. Wheeler <david at justatheory.com>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2008 David Wheeler. Some Rights Reserved.
+Copyright 2003-2011 David E. Wheeler. Some Rights Reserved.
 
 This library is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.

Modified: branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest/Exceptions.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest/Exceptions.pm?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest/Exceptions.pm (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/lib/Params/CallbackRequest/Exceptions.pm Sat Jun 25 08:41:38 2011
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '1.19';
+$VERSION = '1.20';
 
 use Exception::Class (
     'Params::Callback::Exception' => {
@@ -224,20 +224,22 @@
 
 =head1 SUPPORT
 
-This module is stored in an open repository at the following address:
-
-L<https://svn.kineticode.com/Params-CallbackRequest/trunk/>
-
-Patches against Params::CallbackRequest are welcome. Please send bug reports
-to <bug-params-callbackrequest at rt.cpan.org>.
+This module is stored in an open L<GitHub
+repository|http://github.com/theory/params-callbackrequest/>. Feel free to
+fork and contribute!
+
+Please file bug reports via L<GitHub
+Issues|http://github.com/theory/params-callbackrequest/issues/> or by sending
+mail to
+L<bug-params-callbackrequest at rt.cpan.org|mailto:bug-params-callbackrequest at rt.cpan.org>.
 
 =head1 AUTHOR
 
-David Wheeler <david at kineticode.com>
+David E. Wheeler <david at justatheory.com>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2008 David Wheeler. Some Rights Reserved.
+Copyright 2003-2011 David E. Wheeler. Some Rights Reserved.
 
 This library is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/01basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/01basic.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/01basic.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/01basic.t Sat Jun 25 08:41:38 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 01basic.t 682 2004-09-28 05:59:10Z david $
 
 use strict;
 use Test::More tests => 73;

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/02priority.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/02priority.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/02priority.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/02priority.t Sat Jun 25 08:41:38 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 02priority.t 682 2004-09-28 05:59:10Z david $
 
 use strict;
 use Test::More tests => 30;

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/03keys.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/03keys.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/03keys.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/03keys.t Sat Jun 25 08:41:38 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 03keys.t 682 2004-09-28 05:59:10Z david $
 
 use strict;
 use Test::More tests => 15;

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/04errors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/04errors.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/04errors.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/04errors.t Sat Jun 25 08:41:38 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 04errors.t 682 2004-09-28 05:59:10Z david $
 
 use strict;
 use Test::More tests => 51;

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/05object.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/05object.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/05object.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/05object.t Sat Jun 25 08:41:38 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 05object.t 682 2004-09-28 05:59:10Z david $
 
 use strict;
 use Test::More;

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/06object_request.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/06object_request.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/06object_request.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/06object_request.t Sat Jun 25 08:41:38 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 06object_request.t 2862 2006-05-26 21:28:17Z david $
 
 use strict;
 use Test::More;

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/07combined.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/07combined.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/07combined.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/07combined.t Sat Jun 25 08:41:38 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 07combined.t 682 2004-09-28 05:59:10Z david $
 
 use strict;
 use Test::More;

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/08apache.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/08apache.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/08apache.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/08apache.t Sat Jun 25 08:41:38 2011
@@ -1,6 +1,4 @@
 #!perl -w
-
-# $Id: 08apache.t 3047 2006-07-18 18:14:13Z david $
 
 use strict;
 use Test::More;

Modified: branches/upstream/libparams-callbackrequest-perl/current/t/09pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libparams-callbackrequest-perl/current/t/09pod.t?rev=76530&op=diff
==============================================================================
--- branches/upstream/libparams-callbackrequest-perl/current/t/09pod.t (original)
+++ branches/upstream/libparams-callbackrequest-perl/current/t/09pod.t Sat Jun 25 08:41:38 2011
@@ -1,9 +1,7 @@
-#!perl -w
-
-# $Id: 09pod.t 3737 2008-05-03 23:32:15Z david $
+#!/usr/bin/perl -w
 
 use strict;
 use Test::More;
-eval "use Test::Pod 1.20";
-plan skip_all => "Test::Pod 1.20 required for testing POD" if $@;
+eval "use Test::Pod 1.41";
+plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 all_pod_files_ok(all_pod_files('bin', 'lib'));




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