r3268 - in /packages/libapache-session-wrapper-perl/branches/upstream/current: Build.PL Changes META.yml Makefile.PL SIGNATURE lib/Apache/Session/Wrapper.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jul 14 19:48:09 UTC 2006


Author: gregoa-guest
Date: Fri Jul 14 19:48:07 2006
New Revision: 3268

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3268
Log:
Load /tmp/tmp.vmMIJ18495/libapache-session-wrapper-perl-0.31 into
packages/libapache-session-wrapper-perl/branches/upstream/current.

Modified:
    packages/libapache-session-wrapper-perl/branches/upstream/current/Build.PL
    packages/libapache-session-wrapper-perl/branches/upstream/current/Changes
    packages/libapache-session-wrapper-perl/branches/upstream/current/META.yml
    packages/libapache-session-wrapper-perl/branches/upstream/current/Makefile.PL
    packages/libapache-session-wrapper-perl/branches/upstream/current/SIGNATURE
    packages/libapache-session-wrapper-perl/branches/upstream/current/lib/Apache/Session/Wrapper.pm

Modified: packages/libapache-session-wrapper-perl/branches/upstream/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-session-wrapper-perl/branches/upstream/current/Build.PL?rev=3268&op=diff
==============================================================================
--- packages/libapache-session-wrapper-perl/branches/upstream/current/Build.PL (original)
+++ packages/libapache-session-wrapper-perl/branches/upstream/current/Build.PL Fri Jul 14 19:48:07 2006
@@ -15,12 +15,11 @@
                                'Params::Validate' => 0.70,
                                'Scalar::Util'     => 0,
                              },
-          build_requires => { 'Apache::Test'  => 0,
+          build_requires => { 'File::Spec'    => 0,
+                              'File::Temp'    => 0,
                               'Module::Build' => 0,
-                              'File::Spec'    => 0,
-                              'File::Temp'    => 0,
                             },
-          create_makefile_pl => 'passthrough',
+          create_makefile_pl => 'traditional',
         );
 
 $build->create_build_script;

Modified: packages/libapache-session-wrapper-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-session-wrapper-perl/branches/upstream/current/Changes?rev=3268&op=diff
==============================================================================
--- packages/libapache-session-wrapper-perl/branches/upstream/current/Changes (original)
+++ packages/libapache-session-wrapper-perl/branches/upstream/current/Changes Fri Jul 14 19:48:07 2006
@@ -1,3 +1,12 @@
+0.30   2006-07-10
+
+- Exactly like 0.29 but does not declare a "build_reqiures" dependency
+on Apache::TestMB. Declaring this dependency causes CPAN.pm (and
+probably CPANPLUS) to try and install Apache::Test, which may not
+always install cleanly. If you do have it already installed, then it
+will be used to run the live tests.
+
+
 0.29   2006-06-09
 
 - When not running under mod_perl, Apache::Session::Wrapper simply did

Modified: packages/libapache-session-wrapper-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-session-wrapper-perl/branches/upstream/current/META.yml?rev=3268&op=diff
==============================================================================
--- packages/libapache-session-wrapper-perl/branches/upstream/current/META.yml (original)
+++ packages/libapache-session-wrapper-perl/branches/upstream/current/META.yml Fri Jul 14 19:48:07 2006
@@ -1,6 +1,6 @@
 ---
 name: Apache-Session-Wrapper
-version: 0.29
+version: 0.31
 author:
   - 'Dave Rolsky, <autarch at urth.org>'
 abstract: A simple wrapper around Apache::Session
@@ -14,14 +14,13 @@
   Params::Validate: 0.7
   Scalar::Util: 0
 build_requires:
-  Apache::Test: 0
   File::Spec: 0
   File::Temp: 0
   Module::Build: 0
 provides:
   Apache::Session::Wrapper:
     file: lib/Apache/Session/Wrapper.pm
-    version: 0.29
+    version: 0.31
 generated_by: Module::Build version 0.2801
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: packages/libapache-session-wrapper-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-session-wrapper-perl/branches/upstream/current/Makefile.PL?rev=3268&op=diff
==============================================================================
--- packages/libapache-session-wrapper-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libapache-session-wrapper-perl/branches/upstream/current/Makefile.PL Fri Jul 14 19:48:07 2006
@@ -1,31 +1,21 @@
 # Note: this file was auto-generated by Module::Build::Compat version 0.03
-    
-    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 Apache::TestMB;
-    Module::Build::Compat->write_makefile(build_class => 'Apache::TestMB');
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+          'NAME' => 'Apache::Session::Wrapper',
+          'VERSION_FROM' => 'lib/Apache/Session/Wrapper.pm',
+          'PREREQ_PM' => {
+                           'Apache::Session' => '1.81',
+                           'Class::Container' => '0',
+                           'Exception::Class' => '0',
+                           'File::Spec' => '0',
+                           'File::Temp' => '0',
+                           'Module::Build' => '0',
+                           'Params::Validate' => '0.7',
+                           'Scalar::Util' => '0'
+                         },
+          'INSTALLDIRS' => 'site',
+          'EXE_FILES' => [],
+          'PL_FILES' => {}
+        )
+;

Modified: packages/libapache-session-wrapper-perl/branches/upstream/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-session-wrapper-perl/branches/upstream/current/SIGNATURE?rev=3268&op=diff
==============================================================================
--- packages/libapache-session-wrapper-perl/branches/upstream/current/SIGNATURE (original)
+++ packages/libapache-session-wrapper-perl/branches/upstream/current/SIGNATURE Fri Jul 14 19:48:07 2006
@@ -14,14 +14,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 55959bd2fe7cfe7aec1f8b8ea0a045d7f4504a3d Build.PL
-SHA1 31d9703a64789d92f65f557a5a98f4b8a2fddac9 Changes
+SHA1 9fc9b3dcd88562dfaa0ad39790100a5315fb9d40 Build.PL
+SHA1 c251238a15a2a97e20daba21f805d0da64635585 Changes
 SHA1 f235ba4160673bcb7c9d58c2f09dbc7fc0efadea LICENSE
 SHA1 2469820b4c3f8b03c36f835cac1bf173b21c0da2 MANIFEST
-SHA1 0fdaca60b442c0fa5616080ae11bb5fa271fc127 META.yml
-SHA1 cfee07e6c72bc174840d006c4e854d4852f3459a Makefile.PL
+SHA1 3c8727fc938d366138ce6e10a33beedbcdaaf2cb META.yml
+SHA1 e13c6f91a330d6057ded680bfb12c067ebaa1c1e Makefile.PL
 SHA1 b081931e783c93cb74e2943300e87ff0f0833da4 README
-SHA1 59f6ec05b3216c016016ace6e5f51b1dc8bf4641 lib/Apache/Session/Wrapper.pm
+SHA1 6d46fd4fc6788c675ce07736ba0a4427dda03619 lib/Apache/Session/Wrapper.pm
 SHA1 a9822734d9754c39b2fb7798acce8cfd9b9b61d6 t/01-basic.t
 SHA1 91754573ee0fce9249ef22f571f34d850304de6a t/02-register.t
 SHA1 157c4c93c5a1b2325a244c54aa71f790b7addbe5 t/99-pod.t
@@ -31,7 +31,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2.2 (GNU/Linux)
 
-iD8DBQFEia/63Or3ZzQuifMRAohNAJ9wYO3lyJYJQA7/OVQOxZWZGGj7awCfXFP0
-C9rWev3YPGpSYyf7xANDGCc=
-=rAem
+iD8DBQFEs7cK3Or3ZzQuifMRAhqaAJ0SGLfpCBs7OumZdhc4TbsSWAhCkwCg1xBB
+gRQu0ngPbfFoK+jVJBCpibY=
+=XVh8
 -----END PGP SIGNATURE-----

Modified: packages/libapache-session-wrapper-perl/branches/upstream/current/lib/Apache/Session/Wrapper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-session-wrapper-perl/branches/upstream/current/lib/Apache/Session/Wrapper.pm?rev=3268&op=diff
==============================================================================
--- packages/libapache-session-wrapper-perl/branches/upstream/current/lib/Apache/Session/Wrapper.pm (original)
+++ packages/libapache-session-wrapper-perl/branches/upstream/current/lib/Apache/Session/Wrapper.pm Fri Jul 14 19:48:07 2006
@@ -4,7 +4,7 @@
 
 use vars qw($VERSION);
 
-$VERSION = '0.29';
+$VERSION = '0.31';
 
 use base qw(Class::Container);
 




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