Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv27988/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
        catalyst-engine-apache-pm.info 
        catalyst-plugin-authentication-pm.info 
        catalyst-plugin-session-pm.info 
        catalyst-plugin-session-state-cookie-pm.info catalyst-pm.info 
        cgi-simple-pm.info class-factory-util-pm.info clone-pm.info 
        data-visitor-pm.info datetime-format-pg-pm.info 
        datetime-pm.info datetime-timezone-pm.info dbi-pm.info 
        extutils-f77-pm.info extutils-f77-pm.patch 
        file-copy-recursive-pm.info geo-ip-pm.info 
        image-exiftool-pm.info mailtools-pm.info mime-types-pm.info 
        module-install-pm.info net-daemon-pm.info plrpc-pm.info 
        rose-db-object-pm.info rose-db-pm.info 
        rose-html-objects-pm.info test-mockobject-pm.info 
        test-warn-pm.info text-glob-pm.info threads-pm.info 
        xml-rss-pm.info 
Log Message:
lots of perl module updates

Index: extutils-f77-pm.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/extutils-f77-pm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extutils-f77-pm.patch       24 Oct 2006 02:26:12 -0000      1.2
+++ extutils-f77-pm.patch       4 Sep 2007 16:21:52 -0000       1.3
@@ -1,23 +1,23 @@
 
---- ExtUtils-F77-1.15/F77.pm   2005-02-03 10:12:49.000000000 -0500
-+++ ExtUtils-F77-1.15-new/F77.pm       2006-08-31 13:45:14.000000000 -0400
+--- ExtUtils-F77-1.16/F77.pm   2007-04-01 23:40:23.000000000 -0500
++++ ExtUtils-F77-1.16-new/F77.pm       2007-07-28 14:50:33.000000000 -0500
 @@ -173,7 +173,7 @@
-     my @libs = ('g2c', 'f2c');
-     my ($dir, $lib, $test);
-     foreach $test (@libs) {
--      $dir = `g77 -print-file-name=lib$test.a`;
-+      $dir = `g95 -print-file-name=lib$test.a`;
-       chomp $dir;
-       # Note that -print-file-name returns just the library name
-       # if it cant be found - make sure that we only accept the
+     my @libs = ('g2c', 'f2c');
+     my ($dir, $lib, $test);
+     foreach $test (@libs) {
+-      $dir = `g77 -print-file-name=lib$test.a`;
++      $dir = `g95 -print-file-name=lib$test.a`;
+       chomp $dir;
+       # Note that -print-file-name returns just the library name
+       # if it cant be found - make sure that we only accept the
 @@ -193,8 +193,8 @@
-     return( "-L$dir -L/usr/lib -l$lib -lm" );
- };
- $F77config{Generic}{G77}{Trail_} = 1;
--$F77config{Generic}{G77}{Compiler} = find_in_path('g77','f77','fort77');
--$F77config{Generic}{G77}{Cflags} = '-O';
-+$F77config{Generic}{G77}{Compiler} = find_in_path('g95','g77','f77','fort77');
-+$F77config{Generic}{G77}{Cflags} = '-Os';
- $F77config{Generic}{DEFAULT} = 'G77';
- $F77config{Generic}{F2c}     = $F77config{Generic}{G77};
- 
+     return( "-L$dir -L/usr/lib -l$lib -lm" );
+ };
+ $F77config{Generic}{G77}{Trail_} = 1;
+-$F77config{Generic}{G77}{Compiler} = find_in_path('g77','f77','fort77');
+-$F77config{Generic}{G77}{Cflags} = '-O';
++$F77config{Generic}{G77}{Compiler} = find_in_path('g95','g77','f77','fort77');
++$F77config{Generic}{G77}{Cflags} = '-Os';
+ $F77config{Generic}{DEFAULT} = 'G77';
+ $F77config{Generic}{F2c}     = $F77config{Generic}{G77};
+ 

Index: test-mockobject-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/test-mockobject-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- test-mockobject-pm.info     21 Feb 2007 21:43:36 -0000      1.7
+++ test-mockobject-pm.info     4 Sep 2007 16:21:52 -0000       1.8
@@ -1,6 +1,6 @@
 Info2: <<
 Package: test-mockobject-pm%type_pkg[perl]
-Version: 1.07
+Version: 1.08
 Revision: 11
 Description: Emulate troublesome interfaces
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -10,6 +10,7 @@
 Depends: <<
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core,
+       scalar-list-utils-pm%type_pkg[perl],
        test-exception-pm,
        test-simple-pm%type_pkg[perl],
        universal-isa-pm%type_pkg[perl] (>= 0.06-1),
@@ -19,6 +20,7 @@
        fink (>= 0.26.0-1),
        module-build-pm%type_pkg[perl],
        perl%type_pkg[perl]-core,
+       scalar-list-utils-pm%type_pkg[perl],
        test-exception-pm,
        test-simple-pm%type_pkg[perl],
        universal-isa-pm%type_pkg[perl] (>= 0.06-1),
@@ -26,7 +28,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/Test/Test-MockObject-%v.tar.gz
-Source-MD5: 197af22ac675405199693ed68f0959e1
+Source-MD5: 2a80521f544998d9e493d2898da38c26
 
 CompileScript: <<
 #!/bin/sh -ex

Index: mime-types-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/mime-types-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mime-types-pm.info  5 Apr 2007 02:08:32 -0000       1.5
+++ mime-types-pm.info  4 Sep 2007 16:21:52 -0000       1.6
@@ -1,6 +1,6 @@
 Info2: <<
 Package: mime-types-pm%type_pkg[perl]
-Version: 1.19
+Version: 1.20
 Revision: 11
 Description: Handle MIME types
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -19,7 +19,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/MIME/MIME-Types-%v.tar.gz
-Source-MD5: 6572937900211b0638f662d40d9eb8ef
+Source-MD5: b6ead8df4c9afecf7ab7f986ba7f5a4c
 
 UpdatePOD: true
 InstallScript: <<

Index: class-factory-util-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/class-factory-util-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- class-factory-util-pm.info  5 Apr 2007 02:08:32 -0000       1.3
+++ class-factory-util-pm.info  4 Sep 2007 16:21:52 -0000       1.4
@@ -1,19 +1,40 @@
 Info2: <<
 Package: class-factory-util-pm
-Version: 1.6
-Revision: 12
+Version: 1.7
+Revision: 11
 Description: Provide utility methods for factory classes
 Type: perl
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: system-perl
-BuildDepends: system-perl
+BuildDepends: <<
+       system-perl,
+       module-build-pm
+<<
 
 Source: mirror:cpan:modules/by-module/Class/Class-Factory-Util-%v.tar.gz
-Source-MD5: 88b4471f9c22abcc1192f87be013cc18
+Source-MD5: aebd79da361b676a7ecd3245fc3d1b3f
+
+CompileScript: <<
+#!/bin/sh -ex
+       exec 2>&1
+       /usr/bin/perl Build.PL \
+               --install_path arch=%i/lib/perl5 \
+               --install_path bin=%i/bin \
+               --install_path bindoc=%i/share/man/man1 \
+               --install_path lib=%i/lib/perl5 \
+               --install_path libdoc=%i/share/man/man3 \
+               --install_path script=%i/bin
+       ./Build
+       ./Build test
+<<
 
 UpdatePOD: true
+InstallScript: <<
+       ./Build install
+       find %d -name .packlist -exec rm -rf {} \;
+<<
 DocFiles: Changes MANIFEST LICENSE
 
 Homepage: http://search.cpan.org/dist/Class-Factory-Util

Index: catalyst-plugin-authentication-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-authentication-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- catalyst-plugin-authentication-pm.info      5 Apr 2007 02:08:32 -0000       
1.9
+++ catalyst-plugin-authentication-pm.info      4 Sep 2007 16:21:52 -0000       
1.10
@@ -1,7 +1,7 @@
 Info2: <<
 Package: catalyst-plugin-authentication-pm%type_pkg[perl]
-Version: 0.09
-Revision: 12
+Version: 0.10002
+Revision: 11
 Description: Infrastructure plugin for Catalyst
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
 License: Artistic
@@ -23,14 +23,14 @@
 <<
 
 Source: 
mirror:cpan:modules/by-module/Catalyst/Catalyst-Plugin-Authentication-%v.tar.gz
-Source-MD5: 59be3895b1c79609545d5472ec4e4bb5
+Source-MD5: d4e760151cb16d35231b0c96c26db3de
 
 UpdatePOD: true
 InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
 <<
-DocFiles: Changes MANIFEST README SIGNATURE
+DocFiles: Changes MANIFEST README
 
 Homepage: http://search.cpan.org/dist/Catalyst-Plugin-Authentication
 DescDetail: <<

Index: rose-html-objects-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- rose-html-objects-pm.info   23 Feb 2007 21:03:10 -0000      1.10
+++ rose-html-objects-pm.info   4 Sep 2007 16:21:52 -0000       1.11
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.547
+Version: 0.549
 Revision: 11
 Description: Object-oriented interfaces for HTML
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -35,7 +35,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 0c7ca09763105d511b02fcc4516e1a33
+Source-MD5: c64d8bacba4f2afd1b8d688c3abcb5c1
 
 UpdatePOD: true
 InstallScript: <<

Index: datetime-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/datetime-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- datetime-pm.info    5 Apr 2007 02:08:32 -0000       1.5
+++ datetime-pm.info    4 Sep 2007 16:21:52 -0000       1.6
@@ -1,6 +1,6 @@
 Info2: <<
 Package: datetime-pm%type_pkg[perl]
-Version: 0.37
+Version: 0.39
 Revision: 11
 Description: Perl date and time object
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -27,7 +27,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/DateTime/DateTime-%v.tar.gz
-Source-MD5: 5f2f9a59c92acce6a023bc68c69a83ee
+Source-MD5: 89af4113ddc943e9deaef4cfb11c19dd
 
 UpdatePOD: true
 InstallScript: <<

Index: image-exiftool-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/image-exiftool-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- image-exiftool-pm.info      21 Feb 2007 21:43:36 -0000      1.2
+++ image-exiftool-pm.info      4 Sep 2007 16:21:52 -0000       1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: image-exiftool-pm
-Version: 6.76
+Version: 6.90
 Revision: 11
 Description: Read and write image/movie meta information
 Type: perl
@@ -8,7 +8,7 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Source: mirror:cpan:modules/by-module/Image/Image-ExifTool-%v.tar.gz
-Source-MD5: 3015c927da617d1320dcd42d22dee731
+Source-MD5: 51d883885196193cf922bfaa8771d630
 
 UpdatePOD: true
 DocFiles: Changes META.yml README

Index: catalyst-engine-apache-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-engine-apache-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- catalyst-engine-apache-pm.info      5 Apr 2007 02:08:32 -0000       1.8
+++ catalyst-engine-apache-pm.info      4 Sep 2007 16:21:51 -0000       1.9
@@ -1,6 +1,6 @@
 Info2: <<
 Package: catalyst-engine-apache-pm%type_pkg[perl]
-Version: 1.09
+Version: 1.11
 Revision: 11
 Description: Catalyst mod_perl support
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
@@ -8,38 +8,26 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
+       catalyst-pm%type_pkg[perl],
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core
 <<
 BuildDepends: <<
-       perl%type_pkg[perl]-core,
+       catalyst-pm%type_pkg[perl],
        fink (>= 0.26.0-1),
-       module-build-pm%type_pkg[perl]
+       module-build-pm%type_pkg[perl],
+       perl%type_pkg[perl]-core
 <<
 Recommends: apache2 | apache2-ssl
 
 Source: mirror:cpan:modules/by-module/Catalyst/Catalyst-Engine-Apache-%v.tar.gz
-Source-MD5: b51ecae743e29bb8403ca56cafadf25c
-
-CompileScript: <<
-#!/bin/sh -ex
-       exec 2>&1
-       perlversion=%type_raw[perl]
-       eval "`perl$perlversion -V:archname`"
-       perl$perlversion Build.PL \
-               --install_path arch=%i/lib/perl5/$perlversion/$archname \
-               --install_path bin=%i/bin \
-               --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
-               --install_path lib=%i/lib/perl5/$perlversion \
-               --install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
-               --install_path script=%i/bin
-       ./Build
-       ./Build test
-<<
+Source-MD5: 835d2039bb8eb9133c0ff3175a1abfa7
 
+UpdatePOD: true
 InstallScript: <<
-       ./Build install
-       find %d -name .packlist -exec rm -rf {} \;
+       %{default_script}
+       install -d -m 755 %i/lib/perl5/%type_raw[perl]
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]/
 <<
 DocFiles: Changes MANIFEST README
 

Index: threads-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/threads-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- threads-pm.info     5 Apr 2007 02:08:32 -0000       1.3
+++ threads-pm.info     4 Sep 2007 16:21:52 -0000       1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: threads-pm%type_pkg[perl]
-Version: 1.61
+Version: 1.63
 Revision: 11
 Description: Perl interpreter-based threads
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -17,7 +17,7 @@
 <<
 
 Source: mirror:cpan:authors/id/J/JD/JDHEDDEN/threads-%v.tar.gz
-Source-MD5: 88699d9203c698ca16004649deb9c55b
+Source-MD5: 7193b84a8900e8823f54ac3313ec9d9a
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-db-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/rose-db-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rose-db-pm.info     23 Feb 2007 21:03:10 -0000      1.9
+++ rose-db-pm.info     4 Sep 2007 16:21:52 -0000       1.10
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-db-pm%type_pkg[perl]
-Version: 0.733
+Version: 0.735
 Revision: 11
 Description: DBI wrapper and abstraction layer
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -18,7 +18,8 @@
        perl%type_pkg[perl]-core,
        rose-object-pm%type_pkg[perl] (>= 0.82-1),
        rose-datetime-pm%type_pkg[perl] (>= 0.532-1),
-       test-simple-pm%type_pkg[perl]
+       test-simple-pm%type_pkg[perl],
+       yaml-syck-pm%type_pkg[perl]
 <<
 BuildDepends: <<
        bit-vector-pm%type_pkg[perl],
@@ -31,11 +32,12 @@
        perl%type_pkg[perl]-core,
        rose-object-pm%type_pkg[perl] (>= 0.82-1),
        rose-datetime-pm%type_pkg[perl] (>= 0.532-1),
-       test-simple-pm%type_pkg[perl]
+       test-simple-pm%type_pkg[perl],
+       yaml-syck-pm%type_pkg[perl]
 <<
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-DB-%v.tar.gz
-Source-MD5: 921765d64ff670281aa4ec6770891355
+Source-MD5: 5c358c8d9c9c397b285c75f56895cfb6
 
 UpdatePOD: true
 InstallScript: <<

Index: module-install-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/module-install-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- module-install-pm.info      5 Apr 2007 02:08:32 -0000       1.6
+++ module-install-pm.info      4 Sep 2007 16:21:52 -0000       1.7
@@ -1,6 +1,6 @@
 Info2: <<
 Package: module-install-pm%type_pkg[perl]
-Version: 0.65
+Version: 0.67
 Revision: 11
 Description: Standalone, extensible Perl module installer
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -8,28 +8,32 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
+       archive-tar-pm%type_pkg[perl] (>= 0.23-1),
        fink (>= 0.26.0-1),
        module-build-pm%type_pkg[perl],
        module-scandeps-pm (>= 0.28-1),
        module-corelist-pm%type_pkg[perl],
+       par-dist-pm (>= 0.03-1),
        perl%type_pkg[perl]-core,
-       test-harness-pm%type_pkg[perl],
+       test-harness-pm%type_pkg[perl] (>= 2.03-1),
        test-simple-pm%type_pkg[perl],
        yaml-pm (>= 0.35-1)
 <<
 BuildDepends: <<
+       archive-tar-pm%type_pkg[perl] (>= 0.23-1),
        fink (>= 0.26.0-1),
        module-build-pm%type_pkg[perl],
        module-scandeps-pm (>= 0.28-1),
        module-corelist-pm%type_pkg[perl],
+       par-dist-pm (>= 0.03-1),
        perl%type_pkg[perl]-core,
-       test-harness-pm%type_pkg[perl],
+       test-harness-pm%type_pkg[perl] (>= 2.03-1),
        test-simple-pm%type_pkg[perl],
        yaml-pm (>= 0.35-1)
 <<
 
 Source: mirror:cpan:modules/by-module/Module/Module-Install-%v.tar.gz
-Source-MD5: 5b0891564d10bb4e59263bfd85a0117f
+Source-MD5: e1377b62a85ec8a97af2e8c91708bed7
 
 ConfigureParams: --skip
 

Index: geo-ip-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/geo-ip-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- geo-ip-pm.info      21 Feb 2007 21:43:36 -0000      1.5
+++ geo-ip-pm.info      4 Sep 2007 16:21:52 -0000       1.6
@@ -1,7 +1,7 @@
 Info2: <<
 Package: geo-ip-pm%type_pkg[perl]
-Version: 1.27
-Revision: 12
+Version: 1.28
+Revision: 11
 Description: Look up a country based on IP or hostname
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
@@ -28,7 +28,7 @@
 <<
 
 Source: http://www.maxmind.com/download/geoip/api/perl/Geo-IP-%v.tar.gz
-Source-MD5: 10ec3c74808ffbca871eca4db77209bd
+Source-MD5: 6a7e6ff4d238f807f30577bd23702002
 
 ConfigureParams: LIBS='-L%p/lib' INC='-I%p/include'
 

Index: datetime-timezone-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/datetime-timezone-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- datetime-timezone-pm.info   5 Apr 2007 02:08:32 -0000       1.6
+++ datetime-timezone-pm.info   4 Sep 2007 16:21:52 -0000       1.7
@@ -1,6 +1,6 @@
 Info2: <<
 Package: datetime-timezone-pm%type_pkg[perl]
-Version: 0.64
+Version: 0.6603
 Revision: 11
 Description: Time zone object base class and factory
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -22,7 +22,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/DateTime/DateTime-TimeZone-%v.tar.gz
-Source-MD5: 319c0295c9a6ee716e2fb7ab71edd076
+Source-MD5: 178b126286a00ad9871908c2e6efcff0
 
 CompileScript: <<
 #!/bin/sh -ex

Index: file-copy-recursive-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/file-copy-recursive-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- file-copy-recursive-pm.info 5 Apr 2007 02:08:32 -0000       1.7
+++ file-copy-recursive-pm.info 4 Sep 2007 16:21:52 -0000       1.8
@@ -1,6 +1,6 @@
 Info2: <<
 Package: file-copy-recursive-pm
-Version: 0.31
+Version: 0.33
 Revision: 11
 Description: Recursively copy files and directories
 Type: perl
@@ -11,7 +11,7 @@
 BuildDepends: system-perl
 
 Source: mirror:cpan:modules/by-module/File/File-Copy-Recursive-%v.tar.gz
-Source-MD5: 889cc6620f3e159807954668ff59a50c
+Source-MD5: 172af9928a65e91ae0bc1439daabe6b9
 
 UpdatePOD: true
 DocFiles: Changes MANIFEST README

Index: cgi-simple-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/cgi-simple-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cgi-simple-pm.info  5 Apr 2007 02:08:32 -0000       1.3
+++ cgi-simple-pm.info  4 Sep 2007 16:21:52 -0000       1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: cgi-simple-pm
-Version: 0.080
+Version: 1.1
 Revision: 11
 Description: Simple OO CGI interface
 Type: perl
@@ -14,7 +14,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/CGI/CGI-Simple-%v.tar.gz
-Source-MD5: 0ecb5ca78c356ad83b5f25909855aac9
+Source-MD5: 3a4e5e3d14542fcebf1d15262f5b9a3f
 
 UpdatePOD: true
 DocFiles: Changes META.yml README

Index: net-daemon-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/net-daemon-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- net-daemon-pm.info  19 Mar 2006 20:56:31 -0000      1.2
+++ net-daemon-pm.info  4 Sep 2007 16:21:52 -0000       1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: net-daemon-pm
-Version: 0.39
-Revision: 12
+Version: 0.43
+Revision: 11
 Description: Perl extension for portable daemons
 Type: perl
 License: Artistic
@@ -11,7 +11,8 @@
 BuildDepends: system-perl
 
 Source: mirror:cpan:authors/id/J/JW/JWIED/Net-Daemon-%v.tar.gz
-Source-MD5: 5a09d0f3c9db063982b503a1ef3b9fb0
+Source-MD5: a173a8407fb7b049aa465598eca6dfd7
+SourceDirectory: Net-Daemon
 
 UpdatePOD: true
 NoPerlTests: true

Index: mailtools-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/mailtools-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mailtools-pm.info   21 Feb 2007 21:43:36 -0000      1.13
+++ mailtools-pm.info   4 Sep 2007 16:21:52 -0000       1.14
@@ -1,6 +1,6 @@
 Info2: <<
 Package: mailtools-pm%type_pkg[perl]
-Version: 1.74
+Version: 1.77
 Revision: 11
 Description: Perl modules related to mail applications
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -13,6 +13,7 @@
 <<
 BuildDepends: <<
        fink (>= 0.26.0-1),
+       libnet-pm%type_pkg[perl],
        perl%type_pkg[perl]-core
 <<
 Provides: mailtools-pm
@@ -29,7 +30,7 @@
 <<
 
 Source: mirror:cpan:authors/id/M/MA/MARKOV/MailTools-%v.tar.gz
-Source-MD5: aba82a7eb87906278d98174e10d838be
+Source-MD5: c1bcd6627cb9bab271b77a8323d62c48
 SourceDirectory: MailTools-%v
 
 UpdatePOD: true

Index: catalyst-plugin-session-state-cookie-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-session-state-cookie-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- catalyst-plugin-session-state-cookie-pm.info        21 Feb 2007 21:43:36 
-0000      1.7
+++ catalyst-plugin-session-state-cookie-pm.info        4 Sep 2007 16:21:52 
-0000       1.8
@@ -1,6 +1,6 @@
 Info2: <<
 Package: catalyst-plugin-session-state-cookie-pm%type_pkg[perl]
-Version: 0.06
+Version: 0.07
 Revision: 11
 Description: Maintain session IDs using cookies
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
@@ -9,19 +9,21 @@
 
 Depends: <<
        catalyst-plugin-session-pm%type_pkg[perl] (>= 0.06-1),
+       class-accessor-pm,
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core,
        test-mockobject-pm%type_pkg[perl] (>= 1.01-1)
 <<
 BuildDepends: <<
        catalyst-plugin-session-pm%type_pkg[perl] (>= 0.06-1),
+       class-accessor-pm,
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core,
        test-mockobject-pm%type_pkg[perl] (>= 1.01-1)
 <<
 
 Source: 
mirror:cpan:modules/by-module/Catalyst/Catalyst-Plugin-Session-State-Cookie-%v.tar.gz
-Source-MD5: 763a90d547d45bac5b73d3b2dab80c7e
+Source-MD5: 4245284c7753e6b8579a8712d54e526a
 
 UpdatePOD: true
 InstallScript: <<

Index: test-warn-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/test-warn-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- test-warn-pm.info   21 Feb 2007 21:43:36 -0000      1.4
+++ test-warn-pm.info   4 Sep 2007 16:21:52 -0000       1.5
@@ -1,34 +1,34 @@
 Info2: <<
 Package: test-warn-pm%type_pkg[perl]
-Version: 0.08
-Revision: 12
+Version: 0.10
+Revision: 11
 Description: Perl extension to test methods for warnings
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
-       perl%type_pkg[perl]-core,
        array-compare-pm%type_pkg[perl],
+       file-spec-pm%type_pkg[perl],
+       perl%type_pkg[perl]-core,
+       sub-uplevel-pm (>= 0.12-1),
+       test-builder-tester-pm (>= 1.01-1),
        test-exception-pm,
-       test-builder-tester-pm,
-       sub-uplevel-pm,
-       tree-dag-node-pm,
-       file-spec-pm%type_pkg[perl]
+       tree-dag-node-pm
 <<
 BuildDepends: <<
-       perl%type_pkg[perl]-core,
-       fink (>= 0.26.0-1),
        array-compare-pm%type_pkg[perl],
+       file-spec-pm%type_pkg[perl],
+       fink (>= 0.26.0-1),
+       perl%type_pkg[perl]-core,
+       sub-uplevel-pm (>= 0.12-1),
+       test-builder-tester-pm (>= 1.01-1),
        test-exception-pm,
-       test-builder-tester-pm,
-       sub-uplevel-pm,
-       tree-dag-node-pm,
-       file-spec-pm%type_pkg[perl]
+       tree-dag-node-pm
 <<
 
 Source: mirror:cpan:authors/id/B/BI/BIGJ/Test-Warn-%v.tar.gz
-Source-MD5: 95fa7fa694f00ec414a877ae4ef65d7b
+Source-MD5: 17557bbc8eefadf9f088ae4ab73e9976
 
 UpdatePOD: true
 InstallScript: <<

Index: clone-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/clone-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- clone-pm.info       24 Oct 2006 02:26:12 -0000      1.10
+++ clone-pm.info       4 Sep 2007 16:21:52 -0000       1.11
@@ -1,6 +1,6 @@
 Info2: <<
 Package: clone-pm%type_pkg[perl]
-Version: 0.22
+Version: 0.27
 Revision: 11
 Description: Recursively copy Perl datatypes
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -13,7 +13,7 @@
 Replaces: clone-pm
 
 Source: mirror:cpan:modules/by-module/Clone/Clone-%v.tar.gz
-Source-MD5: f70af2c46fbb60acc4388908bfd37c2f
+Source-MD5: 8f4ec3080272434f417d5e67a42163fc
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-db-object-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rose-db-object-pm.info      5 Apr 2007 02:08:32 -0000       1.13
+++ rose-db-object-pm.info      4 Sep 2007 16:21:52 -0000       1.14
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.763
+Version: 0.765
 Revision: 11
 Description: Extensible, high performance RDBMS-OO mapper
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -8,28 +8,30 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
-       clone-pp-pm (>= 1.02-1),
+       clone-pm%type_pkg[perl] (>= 0.20-1),
        dbi-pm%type_pkg[perl] (>= 1.40-1),
        fink (>= 0.26.0-1),
+       math-bigint-pm%type_pkg[perl],
        perl%type_pkg[perl]-core,
        rose-datetime-pm%type_pkg[perl] (>= 0.532-1),
-       rose-object-pm%type_pkg[perl] (>= 0.82-1),
-       rose-db-pm%type_pkg[perl] (>= 0.733-1),
+       rose-object-pm%type_pkg[perl] (>= 0.84-1),
+       rose-db-pm%type_pkg[perl] (>= 0.735-1),
        test-simple-pm%type_pkg[perl]
 <<
 BuildDepends: <<
-       clone-pp-pm (>= 1.02-1),
+       clone-pm%type_pkg[perl] (>= 0.20-1),
        dbi-pm%type_pkg[perl] (>= 1.40-1),
        fink (>= 0.26.0-1),
+       math-bigint-pm%type_pkg[perl],
        perl%type_pkg[perl]-core,
        rose-datetime-pm%type_pkg[perl] (>= 0.532-1),
-       rose-object-pm%type_pkg[perl] (>= 0.82-1),
-       rose-db-pm%type_pkg[perl] (>= 0.733-1),
+       rose-object-pm%type_pkg[perl] (>= 0.84-1),
+       rose-db-pm%type_pkg[perl] (>= 0.735-1),
        test-simple-pm%type_pkg[perl]
 <<
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-DB-Object-%v.tar.gz
-Source-MD5: 22780af20425b8ba5fc83b2bb2175f2f
+Source-MD5: fd1a020dd15b622426ba9db9164518bb
 
 UpdatePOD: true
 InstallScript: <<

Index: plrpc-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/plrpc-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plrpc-pm.info       19 Mar 2006 20:56:31 -0000      1.2
+++ plrpc-pm.info       4 Sep 2007 16:21:52 -0000       1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: plrpc-pm
-Version: 0.2018
-Revision: 12
+Version: 0.2020
+Revision: 11
 Description: Perl RPC client/server
 Type: perl
 License: Artistic
@@ -10,8 +10,9 @@
 Depends: net-daemon-pm
 BuildDepends: net-daemon-pm
 
-Source: mirror:cpan:authors/id/J/JW/JWIED/PlRPC-%v.tar.gz
-Source-MD5: bfa447a80e73fec54eb3c12fab4b9bdc
+Source: mirror:cpan:modules/by-module/RPC/PlRPC-%v.tar.gz
+Source-MD5: 5361e137e56d037c5e796926ecb5300b
+SourceDirectory: PlRPC
 PatchScript: rm t/crypt.t
 
 UpdatePOD: true

Index: catalyst-plugin-session-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-session-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- catalyst-plugin-session-pm.info     21 Feb 2007 21:43:36 -0000      1.7
+++ catalyst-plugin-session-pm.info     4 Sep 2007 16:21:52 -0000       1.8
@@ -1,6 +1,6 @@
 Info2: <<
 Package: catalyst-plugin-session-pm%type_pkg[perl]
-Version: 0.14
+Version: 0.17
 Revision: 11
 Description: Generic session plugin for Catalyst
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
@@ -35,7 +35,7 @@
 <<
 
 Source: 
mirror:cpan:modules/by-module/Catalyst/Catalyst-Plugin-Session-%v.tar.gz
-Source-MD5: 589a69a366e1d3d4dc9d25fb1251b40b
+Source-MD5: a9e476d0196db22fda50c88c59ad385d
 
 UpdatePOD: true
 InstallScript: <<

Index: datetime-format-pg-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/datetime-format-pg-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- datetime-format-pg-pm.info  5 Apr 2007 02:08:32 -0000       1.5
+++ datetime-format-pg-pm.info  4 Sep 2007 16:21:52 -0000       1.6
@@ -1,6 +1,6 @@
 Info2: <<
 Package: datetime-format-pg-pm%type_pkg[perl]
-Version: 0.15
+Version: 0.16001
 Revision: 11
 Description: Parse and format PostgreSQL dates and times
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -23,7 +23,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/DateTime/DateTime-Format-Pg-%v.tar.gz
-Source-MD5: 25c2d89f0982e522adb3b67008a0215a
+Source-MD5: 99bfad4278ebc6d01f5976bb569332fe
 
 UpdatePOD: true
 InstallScript: <<

Index: extutils-f77-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/extutils-f77-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- extutils-f77-pm.info        21 Feb 2007 21:43:36 -0000      1.3
+++ extutils-f77-pm.info        4 Sep 2007 16:21:52 -0000       1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: extutils-f77-pm
-Version: 1.15
+Version: 1.16
 Revision: 11
 Description: Simple interface to Fortran libs
 Type: perl
@@ -17,7 +17,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-F77-%v.tar.gz
-Source-MD5: 29eda7785a5b78d23f31f057b7474ac1
+Source-MD5: af925e7e8a2876a5fd9b6c4660e37664
 Patch: %n.patch
 
 UpdatePOD: true

Index: catalyst-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-pm.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- catalyst-pm.info    5 Apr 2007 02:08:32 -0000       1.12
+++ catalyst-pm.info    4 Sep 2007 16:21:52 -0000       1.13
@@ -1,7 +1,7 @@
 Info2: <<
 Package: catalyst-pm%type_pkg[perl]
 Version: 5.7007
-Revision: 12
+Revision: 13
 Description: MVC web application framework for perl
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
 License: Artistic
@@ -10,7 +10,6 @@
 Depends: <<
        fink (>= 0.26.0-1),
        perl%type_pkg[perl]-core,
-       catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1),
        class-accessor-pm,
        class-data-inheritable-pm,
        class-inspector-pm%type_pkg[perl] (>= 1.06-1),
@@ -44,7 +43,6 @@
 BuildDepends: <<
        perl%type_pkg[perl]-core,
        fink (>= 0.26.0-1),
-       catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1),
        class-accessor-pm,
        class-data-inheritable-pm,
        class-inspector-pm%type_pkg[perl] (>= 1.06-1),
@@ -75,6 +73,7 @@
        uri-pm%type_pkg[perl] (>= 1.35-1),
        yaml-pm (>= 0.55-1)
 <<
+Provides: catalyst-runtime-pm%type_pkg[perl]
 Replaces: <<
        catalyst-pm560,
        catalyst-pm561,

Index: text-glob-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/text-glob-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- text-glob-pm.info   21 Feb 2007 21:43:36 -0000      1.7
+++ text-glob-pm.info   4 Sep 2007 16:21:52 -0000       1.8
@@ -1,6 +1,6 @@
 Info2: <<
 Package: text-glob-pm
-Version: 0.07
+Version: 0.08
 Revision: 11
 Description: Match globbing patterns against text
 Type: perl
@@ -10,7 +10,7 @@
 BuildDepends: system-perl
 
 Source: mirror:cpan:modules/by-module/Text/Text-Glob-%v.tar.gz
-Source-MD5: e96a4fef8eb2037a85a8119dddc8a4f9
+Source-MD5: 39a1a3e890cd5d3f51a707579098bc1c
 SourceDirectory: Text-Glob-%v
 
 UpdatePOD: true

Index: data-visitor-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/data-visitor-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- data-visitor-pm.info        5 Apr 2007 02:08:32 -0000       1.3
+++ data-visitor-pm.info        4 Sep 2007 16:21:52 -0000       1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: data-visitor-pm%type_pkg[perl]
-Version: 0.05
+Version: 0.08
 Revision: 11
 Description: Visitor traversal of Perl data structures
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -17,34 +17,21 @@
        fink (>= 0.26.0-1),
        class-accessor-pm,
        module-build-pm%type_pkg[perl],
-       test-mockobject-pm%type_pkg[perl],
+       test-mockobject-pm%type_pkg[perl] (>= 1.04-1),
        test-simple-pm%type_pkg[perl],
        test-use-ok-pm%type_pkg[perl],
        test-warn-pm%type_pkg[perl]
 <<
 
 Source: mirror:cpan:modules/by-module/Data/Data-Visitor-%v.tar.gz
-Source-MD5: d8b5c458439698187db0bfee672044ef
-
-CompileScript: <<
-#!/bin/sh -ex
-       exec 2>&1
-       perlversion=%type_raw[perl]
-       eval "`perl$perlversion -V:archname`"
-       perl$perlversion Build.PL \
-               --install_path arch=%i/lib/perl5/$perlversion/$archname \
-               --install_path bin=%i/bin \
-               --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
-               --install_path lib=%i/lib/perl5/$perlversion \
-               --install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
-               --install_path script=%i/bin
-       ./Build
-       ./Build test
-<<
+Source-MD5: 742c8541e0c1d8d1798f0195b0a8f25e
 
+UpdatePOD: true
 InstallScript: <<
-       ./Build install
-       find %d -name .packlist -exec rm -rf {} \;
+       %{default_script}
+       find %d -name .packlist -exec rm -rf {} \; || :
+       install -d -m 755 %i/lib/perl5/%type_raw[perl]
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]/
 <<
 DocFiles: Changes MANIFEST SIGNATURE
 

Index: dbi-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/dbi-pm.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- dbi-pm.info 4 Sep 2007 14:25:24 -0000       1.19
+++ dbi-pm.info 4 Sep 2007 16:21:52 -0000       1.20
@@ -1,6 +1,6 @@
 Info2: <<
 Package: dbi-pm%type_pkg[perl]
-Version: 1.58
+Version: 1.59
 Revision: 11
 Epoch: 1
 Description: Perl Database Interface by Tim Bunce
@@ -48,7 +48,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/DBI/DBI-%v.tar.gz
-Source-MD5: 132a7a28481824692e48d71b06994e09
+Source-MD5: f793bd7e1ca77018be1ec16bf81614cd
 
 UpdatePOD: true
 InstallScript: <<
@@ -57,7 +57,7 @@
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
-       for bin in dbiprof dbiproxy; do
+       for bin in dbilogstrip dbiprof dbiproxy; do
                perl -pi -e 's,\#\!/usr/bin/perl.*,\#\!/usr/bin/env 
perl%type_raw[perl],' %i/bin/$bin
                mv %i/bin/$bin %i/bin/$bin-%type_raw[perl]
        done
@@ -66,14 +66,14 @@
 
 PostInstScript: <<
        if [ "$1" = "configure" ]; then
-               for bin in dbiprof dbiproxy; do
+               for bin in dbilogstrip dbiprof dbiproxy; do
                        update-alternatives --install "%p/bin/$bin" "$bin" 
"%p/bin/$bin-%type_raw[perl]" %type_pkg[perl]
                done
        fi
 <<
 PostRmScript: <<
        if [ "$1" = "remove" ]; then
-               for bin in dbiprof dbiproxy; do
+               for bin in dbilogstrip dbiprof dbiproxy; do
                        update-alternatives --remove "$bin" 
"%p/bin/$bin-%type_raw[perl]"
                done
        fi

Index: xml-rss-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/xml-rss-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xml-rss-pm.info     21 Feb 2007 21:43:37 -0000      1.10
+++ xml-rss-pm.info     4 Sep 2007 16:21:52 -0000       1.11
@@ -1,6 +1,6 @@
 Info2: <<
 Package: xml-rss-pm%type_pkg[perl]
-Version: 1.22
+Version: 1.31
 Revision: 11
 Description: Perl module for manipulating RSS XML files
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -39,7 +39,7 @@
 <<
 
 Source: mirror:cpan:modules/by-module/XML/XML-RSS-%v.tar.gz
-Source-MD5: 0ae1aca75c024dfe2e1306881963ff39
+Source-MD5: 7238c2708a07b76020d07640ea19ddf6
 SourceDirectory: XML-RSS-%v
 
 UpdatePOD: true


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to