r46479 - in /branches/upstream/libwordnet-querydata-perl/current: ChangeLog META.yml Makefile.PL QueryData.pm README

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Oct 28 13:43:56 UTC 2009


Author: jawnsy-guest
Date: Wed Oct 28 13:42:52 2009
New Revision: 46479

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46479
Log:
[svn-upgrade] Integrating new upstream version, libwordnet-querydata-perl (1.49)

Modified:
    branches/upstream/libwordnet-querydata-perl/current/ChangeLog
    branches/upstream/libwordnet-querydata-perl/current/META.yml
    branches/upstream/libwordnet-querydata-perl/current/Makefile.PL
    branches/upstream/libwordnet-querydata-perl/current/QueryData.pm
    branches/upstream/libwordnet-querydata-perl/current/README

Modified: branches/upstream/libwordnet-querydata-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwordnet-querydata-perl/current/ChangeLog?rev=46479&op=diff
==============================================================================
--- branches/upstream/libwordnet-querydata-perl/current/ChangeLog (original)
+++ branches/upstream/libwordnet-querydata-perl/current/ChangeLog Wed Oct 28 13:42:52 2009
@@ -1,3 +1,7 @@
+2009-10-27  Jason Rennie
+
+	* README: update WNHOME/WNSEARCHDIR doc w/ Debian/Ubuntu tip
+
 2009-03-20  Jason Rennie
 
 	* release 1.48

Modified: branches/upstream/libwordnet-querydata-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwordnet-querydata-perl/current/META.yml?rev=46479&op=diff
==============================================================================
--- branches/upstream/libwordnet-querydata-perl/current/META.yml (original)
+++ branches/upstream/libwordnet-querydata-perl/current/META.yml Wed Oct 28 13:42:52 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:         WordNet-QueryData
-version:      1.48
+version:      1.49
 version_from: 
 installdirs:  site
 requires:

Modified: branches/upstream/libwordnet-querydata-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwordnet-querydata-perl/current/Makefile.PL?rev=46479&op=diff
==============================================================================
--- branches/upstream/libwordnet-querydata-perl/current/Makefile.PL (original)
+++ branches/upstream/libwordnet-querydata-perl/current/Makefile.PL Wed Oct 28 13:42:52 2009
@@ -10,6 +10,5 @@
 WriteMakefile(
     'dist'      => { 'COMPRESS'  => 'gzip', 'SUFFIX'    => '.gz', },
     'NAME'	=> 'WordNet::QueryData',
-#    'VERSION_FROM'   => 'QueryData.pm',
-    'VERSION'   => '1.48',
+    'VERSION'	     => '1.49',
 );

Modified: branches/upstream/libwordnet-querydata-perl/current/QueryData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwordnet-querydata-perl/current/QueryData.pm?rev=46479&op=diff
==============================================================================
--- branches/upstream/libwordnet-querydata-perl/current/QueryData.pm (original)
+++ branches/upstream/libwordnet-querydata-perl/current/QueryData.pm Wed Oct 28 13:42:52 2009
@@ -40,7 +40,7 @@
     @EXPORT = qw();
     # Allows these functions to be used without qualification
     @EXPORT_OK = qw();
-    $VERSION = do { my @r=(q$Revision: 1.47 $=~/\d+/g); sprintf "%d."."%02d"x$#r, at r };
+    $VERSION = "1.49";
 }
 
 #############################

Modified: branches/upstream/libwordnet-querydata-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwordnet-querydata-perl/current/README?rev=46479&op=diff
==============================================================================
--- branches/upstream/libwordnet-querydata-perl/current/README (original)
+++ branches/upstream/libwordnet-querydata-perl/current/README Wed Oct 28 13:42:52 2009
@@ -50,11 +50,12 @@
      make
      make test
 
-If "perl Makefile.PL" breaks or "make test" doesn't work at all ("not
-ok 1"), you may not have the WNHOME environment variable defined
-correctly.  Read the QueryData manual page ("perldoc QueryData.pm") to
-find out how to tell it where your WordNet database is located (you'll
-need to edit test.pl).  
+If "perl Makefile.PL" breaks or "make test" doesn't work at all ("not ok 1"),
+you may not have the WNHOME or WNSEARCHDIR environment variables defined
+correctly.  Read the QueryData manual page ("perldoc QueryData.pm") to find out
+how to tell it where your WordNet database is located (you'll need to edit
+test.pl).  Note that if you are are using Debian/Ubuntu and have the standard
+wordnet package installed , you should set WNSEARCHDIR to /usr/share/wordnet.
 
 If any of the tests fail, send e-mail to the wn-perl mailing list (see
 DOCUMENTATION).




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