r42722 - in /branches/upstream/libswish-api-common-perl/current: Changes MANIFEST MANIFEST.SKIP META.yml Makefile.PL README eg/canned/abc eg/canned/def lib/SWISH/API/Common.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 25 02:29:30 UTC 2009


Author: jawnsy-guest
Date: Tue Aug 25 02:29:24 2009
New Revision: 42722

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42722
Log:
[svn-upgrade] Integrating new upstream version, libswish-api-common-perl (0.04)

Added:
    branches/upstream/libswish-api-common-perl/current/eg/canned/abc
    branches/upstream/libswish-api-common-perl/current/eg/canned/def
Modified:
    branches/upstream/libswish-api-common-perl/current/Changes
    branches/upstream/libswish-api-common-perl/current/MANIFEST
    branches/upstream/libswish-api-common-perl/current/MANIFEST.SKIP
    branches/upstream/libswish-api-common-perl/current/META.yml
    branches/upstream/libswish-api-common-perl/current/Makefile.PL
    branches/upstream/libswish-api-common-perl/current/README
    branches/upstream/libswish-api-common-perl/current/lib/SWISH/API/Common.pm

Modified: branches/upstream/libswish-api-common-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/Changes?rev=42722&op=diff
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/Changes (original)
+++ branches/upstream/libswish-api-common-perl/current/Changes Tue Aug 25 02:29:24 2009
@@ -1,6 +1,10 @@
 ######################################################################
 Revision history for Perl extension SWISH::API::Common
 ######################################################################
+
+0.04  2009/08/10
+    (ms) [RT 48597] Fixed regex typo in Makefile.PL, reported by
+         Przemek Czerkas.
 
 0.03  2005/07/01
     (ms) Search swish-e in /usr/local/bin and other PATHs.

Modified: branches/upstream/libswish-api-common-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/MANIFEST?rev=42722&op=diff
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/MANIFEST (original)
+++ branches/upstream/libswish-api-common-perl/current/MANIFEST Tue Aug 25 02:29:24 2009
@@ -1,13 +1,15 @@
 Changes
+eg/canned/abc
 eg/canned/data1/abc
 eg/canned/data1/def
 eg/canned/data2/ghi
+eg/canned/def
 eg/idx_and_search.pl
 lib/SWISH/API/Common.pm
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
-META.yml			Module meta-data (added by MakeMaker)
+META.yml
 README
 t/001Basic.t
 t/002Merge.t

Modified: branches/upstream/libswish-api-common-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/MANIFEST.SKIP?rev=42722&op=diff
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/MANIFEST.SKIP (original)
+++ branches/upstream/libswish-api-common-perl/current/MANIFEST.SKIP Tue Aug 25 02:29:24 2009
@@ -6,3 +6,4 @@
 docs
 MANIFEST.bak
 adm/release
+.git

Modified: branches/upstream/libswish-api-common-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/META.yml?rev=42722&op=diff
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/META.yml (original)
+++ branches/upstream/libswish-api-common-perl/current/META.yml Tue Aug 25 02:29:24 2009
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         SWISH-API-Common
-version:      0.03
+version:      0.04
 version_from: lib/SWISH/API/Common.pm
 installdirs:  site
 requires:
@@ -16,4 +16,4 @@
     Sysadm::Install:               0
 
 distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+generated_by: ExtUtils::MakeMaker version 6.30_01

Modified: branches/upstream/libswish-api-common-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/Makefile.PL?rev=42722&op=diff
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/Makefile.PL (original)
+++ branches/upstream/libswish-api-common-perl/current/Makefile.PL Tue Aug 25 02:29:24 2009
@@ -57,7 +57,7 @@
          #print "*** Temporary directory: $dir\n";
          chdir $dir or die "Cannot chdir to $dir";
          my $distro = "swish-e-2.4.3.tar.gz";
-         (my $distrodir = $distro) =~ s/\.tar.\gz$//g;
+         (my $distrodir = $distro) =~ s/\.tar\.gz$//g;
          print "Downloading $distro ...\n";
 #File::Copy::copy("/tmp/$distro", "$dir/$distro");
          LWP::Simple::getstore(

Modified: branches/upstream/libswish-api-common-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/README?rev=42722&op=diff
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/README (original)
+++ branches/upstream/libswish-api-common-perl/current/README Tue Aug 25 02:29:24 2009
@@ -1,5 +1,5 @@
 ######################################################################
-    SWISH::API::Common 0.03
+    SWISH::API::Common 0.04
 ######################################################################
 
 NAME

Added: branches/upstream/libswish-api-common-perl/current/eg/canned/abc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/eg/canned/abc?rev=42722&op=file
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/eg/canned/abc (added)
+++ branches/upstream/libswish-api-common-perl/current/eg/canned/abc Tue Aug 25 02:29:24 2009
@@ -1,0 +1,1 @@
+mike

Added: branches/upstream/libswish-api-common-perl/current/eg/canned/def
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/eg/canned/def?rev=42722&op=file
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/eg/canned/def (added)
+++ branches/upstream/libswish-api-common-perl/current/eg/canned/def Tue Aug 25 02:29:24 2009
@@ -1,0 +1,1 @@
+someone else

Modified: branches/upstream/libswish-api-common-perl/current/lib/SWISH/API/Common.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libswish-api-common-perl/current/lib/SWISH/API/Common.pm?rev=42722&op=diff
==============================================================================
--- branches/upstream/libswish-api-common-perl/current/lib/SWISH/API/Common.pm (original)
+++ branches/upstream/libswish-api-common-perl/current/lib/SWISH/API/Common.pm Tue Aug 25 02:29:24 2009
@@ -9,7 +9,7 @@
 use strict;
 use warnings;
 
-our $VERSION         = "0.03";
+our $VERSION         = "0.04";
 our $SWISH_EXE       = "swish-e";
 our @SWISH_EXE_PATHS = qw(/usr/local/bin);
 




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