r12550 - in /branches/upstream/libwordnet-querydata-perl/current: ChangeLog META.yml QueryData.pm

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Fri Jan 11 03:18:20 UTC 2008


Author: rmayorga-guest
Date: Fri Jan 11 03:18:20 2008
New Revision: 12550

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

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

Modified: branches/upstream/libwordnet-querydata-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/branches/upstream/libwordnet-querydata-perl/current/ChangeLog?rev=12550&op=diff
==============================================================================
--- branches/upstream/libwordnet-querydata-perl/current/ChangeLog (original)
+++ branches/upstream/libwordnet-querydata-perl/current/ChangeLog Fri Jan 11 03:18:20 2008
@@ -1,3 +1,8 @@
+2008-01-08  Jason Rennie
+
+	* release 1.47
+	* QueryData.pm: documentation fix
+
 2007-05-06  Jason Rennie
 
 	* release 1.46

Modified: branches/upstream/libwordnet-querydata-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libwordnet-querydata-perl/current/META.yml?rev=12550&op=diff
==============================================================================
--- branches/upstream/libwordnet-querydata-perl/current/META.yml (original)
+++ branches/upstream/libwordnet-querydata-perl/current/META.yml Fri Jan 11 03:18:20 2008
@@ -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.46
+version:      1.47
 version_from: QueryData.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libwordnet-querydata-perl/current/QueryData.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libwordnet-querydata-perl/current/QueryData.pm?rev=12550&op=diff
==============================================================================
--- branches/upstream/libwordnet-querydata-perl/current/QueryData.pm (original)
+++ branches/upstream/libwordnet-querydata-perl/current/QueryData.pm Fri Jan 11 03:18:20 2008
@@ -9,7 +9,7 @@
 # This module is free software; you can redistribute it and/or modify
 # it under the same terms as Perl itself.
 
-# $Id: QueryData.pm,v 1.46 2007/05/07 01:08:31 jrennie Exp $
+# $Id: QueryData.pm,v 1.47 2008/01/08 17:34:24 jrennie Exp $
 
 ####### manual page & loadIndex ##########
 
@@ -42,7 +42,7 @@
     @EXPORT = qw();
     # Allows these functions to be used without qualification
     @EXPORT_OK = qw();
-    $VERSION = do { my @r=(q$Revision: 1.46 $=~/\d+/g); sprintf "%d."."%02d"x$#r, at r };
+    $VERSION = do { my @r=(q$Revision: 1.47 $=~/\d+/g); sprintf "%d."."%02d"x$#r, at r };
 }
 
 #############################
@@ -983,7 +983,7 @@
 You can also pass the location of the database files directly to
 QueryData.  To do this, pass the location to "new":
 
-  my $wn = new WordNet::QueryData->new("/usr/local/wordnet/dict")
+  my $wn = WordNet::QueryData->new("/usr/local/wordnet/dict");
 
 When calling "new" in this fashion, you can give it a second verbosity
 argument; a true value will have QueryData print debugging




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