r66466 - in /trunk/dh-make-perl: debian/changelog t/AptContents.t

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Sun Dec 26 17:14:56 UTC 2010


Author: roam-guest
Date: Sun Dec 26 17:11:44 2010
New Revision: 66466

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66466
Log:
Fix another minor typo, this time in a test description.

It seems all I'm doing here is fixing typos :)

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/t/AptContents.t

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=66466&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sun Dec 26 17:11:44 2010
@@ -17,6 +17,7 @@
 
   [ Peter Pentchev ]
   * My::Builder: fix a typo (raname -> rename).
+  * t/AptContents.t: fix a typo (fund -> found).
 
   [ Damyan Ivanov ]
   * when looking for XS code, skip win32/ directories

Modified: trunk/dh-make-perl/t/AptContents.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/AptContents.t?rev=66466&op=diff
==============================================================================
--- trunk/dh-make-perl/t/AptContents.t (original)
+++ trunk/dh-make-perl/t/AptContents.t Sun Dec 26 17:11:44 2010
@@ -108,7 +108,7 @@
     'Moose found by find_file_packages' );
 
 is( $apt_contents->find_perl_module_package('Moose') . '',
-    'libmoose-perl', 'Moose fund by module name' );
+    'libmoose-perl', 'Moose found by module name' );
 
 is_deeply(
     $apt_contents->get_contents_files,




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