r2118 - in packages/libmodule-packaged-perl/branches/upstream/current: . lib/Module lib/Module/Packaged t

Krzysztof Krzyzaniak eloy at costa.debian.org
Sun Feb 12 17:13:37 UTC 2006


Author: eloy
Date: 2006-02-12 17:13:36 +0000 (Sun, 12 Feb 2006)
New Revision: 2118

Modified:
   packages/libmodule-packaged-perl/branches/upstream/current/CHANGES
   packages/libmodule-packaged-perl/branches/upstream/current/META.yml
   packages/libmodule-packaged-perl/branches/upstream/current/Makefile.PL
   packages/libmodule-packaged-perl/branches/upstream/current/lib/Module/Packaged.pm
   packages/libmodule-packaged-perl/branches/upstream/current/lib/Module/Packaged/Generate.pm
   packages/libmodule-packaged-perl/branches/upstream/current/t/simple.t
Log:
Load /tmp/tmp.F6cmml/libmodule-packaged-perl-0.85 into
packages/libmodule-packaged-perl/branches/upstream/current.


Modified: packages/libmodule-packaged-perl/branches/upstream/current/CHANGES
===================================================================
--- packages/libmodule-packaged-perl/branches/upstream/current/CHANGES	2006-02-12 17:03:50 UTC (rev 2117)
+++ packages/libmodule-packaged-perl/branches/upstream/current/CHANGES	2006-02-12 17:13:36 UTC (rev 2118)
@@ -1,5 +1,8 @@
 Revision history for Perl module Module::Packaged:
 
+0.85 Tue Jan 31 09:38:02 GMT 2006
+  - fix the path we were fetching Mandriva data from
+
 0.84 Fri Aug  5 19:04:55 PDT 2005
   - rewrite the generator to use App::Cache and update Mandriva name
   - fix Debian perl-tk misreporting (patch by Andreas Koenig)

Modified: packages/libmodule-packaged-perl/branches/upstream/current/META.yml
===================================================================
--- packages/libmodule-packaged-perl/branches/upstream/current/META.yml	2006-02-12 17:03:50 UTC (rev 2117)
+++ packages/libmodule-packaged-perl/branches/upstream/current/META.yml	2006-02-12 17:13:36 UTC (rev 2118)
@@ -1,27 +1,8 @@
----
+--- #YAML:1.0
 name: Module-Packaged
-version: 0.84
+version: 0.85
 author:
-  - 'Leon Brocard, leon at astray.com'
+  - Leon Brocard, leon at astray.com
 abstract: Report upon packages of CPAN distributions
 license: perl
-requires:
-  App::Cache: 0
-  Class::Accessor::Chained::Fast: 0
-  Compress::Zlib: 0
-  IO::File: 1.08
-  IO::String: 0
-  IO::Zlib: 1.01
-  LWP::Simple: 1.38
-  Parse::CPAN::Packages: 2.20
-  Parse::Debian::Packages: 0.01
-  Sort::Versions: 1.50
-  Storable: 0
-  Test::More: 0.47
-provides:
-  Module::Packaged:
-    file: lib/Module/Packaged.pm
-    version: 0.84
-  Module::Packaged::Generate:
-    file: lib/Module/Packaged/Generate.pm
-generated_by: Module::Build version 0.2611
+generated_by: Module::Build version 0.2611, without YAML.pm

Modified: packages/libmodule-packaged-perl/branches/upstream/current/Makefile.PL
===================================================================
--- packages/libmodule-packaged-perl/branches/upstream/current/Makefile.PL	2006-02-12 17:03:50 UTC (rev 2117)
+++ packages/libmodule-packaged-perl/branches/upstream/current/Makefile.PL	2006-02-12 17:13:36 UTC (rev 2118)
@@ -2,23 +2,23 @@
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'PL_FILES' => {},
-          'INSTALLDIRS' => 'site',
           'NAME' => 'Module::Packaged',
           'VERSION_FROM' => 'lib/Module/Packaged.pm',
           'PREREQ_PM' => {
-                           'Parse::CPAN::Packages' => '2.20',
-                           'IO::Zlib' => '1.01',
+                           'App::Cache' => '0',
+                           'Class::Accessor::Chained::Fast' => '0',
+                           'Compress::Zlib' => '0',
                            'IO::File' => '1.08',
-                           'Compress::Zlib' => '0',
                            'IO::String' => '0',
-                           'Storable' => '0',
-                           'App::Cache' => '0',
-                           'Test::More' => '0.47',
-                           'Class::Accessor::Chained::Fast' => '0',
+                           'IO::Zlib' => '1.01',
+                           'LWP::Simple' => '1.38',
+                           'Parse::CPAN::Packages' => '2.20',
                            'Parse::Debian::Packages' => '0.01',
                            'Sort::Versions' => '1.50',
-                           'LWP::Simple' => '1.38'
-                         }
+                           'Storable' => '0',
+                           'Test::More' => '0.47'
+                         },
+          'INSTALLDIRS' => 'site',
+          'PL_FILES' => {}
         )
 ;

Modified: packages/libmodule-packaged-perl/branches/upstream/current/lib/Module/Packaged/Generate.pm
===================================================================
--- packages/libmodule-packaged-perl/branches/upstream/current/lib/Module/Packaged/Generate.pm	2006-02-12 17:03:50 UTC (rev 2117)
+++ packages/libmodule-packaged-perl/branches/upstream/current/lib/Module/Packaged/Generate.pm	2006-02-12 17:13:36 UTC (rev 2118)
@@ -132,11 +132,11 @@
 sub _fetch_mandrake {
   my $self  = shift;
   my $file1 = $self->cache->get_url(
-"http://distro.ibiblio.org/pub/linux/distributions/mandriva/MandrivaLinux/official/current/i586/media/media_info/synthesis.hdlist_main.cz",
+"http://distro.ibiblio.org/pub/linux/distributions/mandriva/MandrivaLinux/official/10.2/i586/media/media_info/synthesis.hdlist_main.cz",
     "mandrake1.html"
   );
   my $file2 = $self->cache->get_url(
-"http://distro.ibiblio.org/pub/linux/distributions/mandriva/MandrivaLinux/official/current/i586/media/media_info/synthesis.hdlist_contrib.cz",
+"http://distro.ibiblio.org/pub/linux/distributions/mandriva/MandrivaLinux/official/10.2/i586/media/media_info/synthesis.hdlist_contrib.cz",
     "mandrake2.html"
   );
 

Modified: packages/libmodule-packaged-perl/branches/upstream/current/lib/Module/Packaged.pm
===================================================================
--- packages/libmodule-packaged-perl/branches/upstream/current/lib/Module/Packaged.pm	2006-02-12 17:03:50 UTC (rev 2117)
+++ packages/libmodule-packaged-perl/branches/upstream/current/lib/Module/Packaged.pm	2006-02-12 17:13:36 UTC (rev 2118)
@@ -5,7 +5,7 @@
 use LWP::Simple;
 use Storable qw(thaw);
 use vars qw($VERSION);
-$VERSION = '0.84';
+$VERSION = '0.85';
 
 sub new {
   my $class = shift;

Modified: packages/libmodule-packaged-perl/branches/upstream/current/t/simple.t
===================================================================
--- packages/libmodule-packaged-perl/branches/upstream/current/t/simple.t	2006-02-12 17:03:50 UTC (rev 2117)
+++ packages/libmodule-packaged-perl/branches/upstream/current/t/simple.t	2006-02-12 17:13:36 UTC (rev 2118)
@@ -16,26 +16,26 @@
 
 $dists = $p->check('Archive-Tar');
 is_deeply($dists, {
-  cpan    => '1.24',
-  debian  => '1.23',
+  cpan    => '1.28',
+  debian  => '1.28',
   fedora  => '1.08',
-  freebsd => '1.24',
-  gentoo  => '1.23',
+  freebsd => '1.28',
+  gentoo  => '1.26',
   mandrake => '1.23',
   openbsd => '1.08',
-  suse    => '1.08',
+  suse    => '1.24',
 }, 'Archive-Tar');
 
 $dists = $p->check('DBI');
 is_deeply($dists, {
-  cpan     => '1.48',
-  debian   => '1.48',
+  cpan     => '1.50',
+  debian   => '1.50',
   fedora   => '1.40',
-  freebsd  => '1.48',
-  gentoo   => '1.46',
+  freebsd  => '1.50',
+  gentoo   => '1.48',
   mandrake => '1.47',
   openbsd  => '1.43',
-  suse     => '1.47',
+  suse     => '1.48',
 }, 'DBI');
 
 




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