r53675 - /trunk/dh-make-perl/lib/Debian/WNPP/Query.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Mar 6 12:43:19 UTC 2010


Author: dmn
Date: Sat Mar  6 12:43:00 2010
New Revision: 53675

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53675
Log:
fix module name in POD (Cache -> Query)

Modified:
    trunk/dh-make-perl/lib/Debian/WNPP/Query.pm

Modified: trunk/dh-make-perl/lib/Debian/WNPP/Query.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/WNPP/Query.pm?rev=53675&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/WNPP/Query.pm (original)
+++ trunk/dh-make-perl/lib/Debian/WNPP/Query.pm Sat Mar  6 12:43:00 2010
@@ -4,11 +4,11 @@
 
 =head1 NAME
 
-Debian::WNPP::Cache - offline storage of Debian's work-needing package lists
+Debian::WNPP::Query - offline storage of Debian's work-needing package lists
 
 =head1 SYNOPSIS
 
-    my $wnpp = Debian::WNPP::Cache->new(
+    my $wnpp = Debian::WNPP::Query->new(
         {   cache_dir       => '/somewhere',
             network_enabled => 0,
             ttl             => 3600 * 24,
@@ -20,7 +20,7 @@
 
 =head1 DESCRIPTION
 
-Debian::WNPP::Cache provides a way to retrieve and cache the contents of
+Debian::WNPP::Query provides a way to retrieve and cache the contents of
 Debian's "Work-needing and prospective packages" lists.
 
 =head1 CONSTRUCTOR




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