r24509 - in /trunk/libnet-cups-perl: Changes Makefile.PL README debian/changelog extra_t/ lib/Net/CUPS.pm lib/Net/CUPS/Destination.pm lib/Net/CUPS/IPP.pm lib/Net/CUPS/PPD.pm t/03_destination.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 23 15:46:25 UTC 2008


Author: gregoa
Date: Sat Aug 23 15:46:23 2008
New Revision: 24509

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24509
Log:
New upstream release.

Added:
    trunk/libnet-cups-perl/extra_t/
      - copied from r24508, branches/upstream/libnet-cups-perl/current/extra_t/
Modified:
    trunk/libnet-cups-perl/Changes
    trunk/libnet-cups-perl/Makefile.PL
    trunk/libnet-cups-perl/README
    trunk/libnet-cups-perl/debian/changelog
    trunk/libnet-cups-perl/lib/Net/CUPS.pm
    trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm
    trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm
    trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm
    trunk/libnet-cups-perl/t/03_destination.t

Modified: trunk/libnet-cups-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/Changes?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/Changes (original)
+++ trunk/libnet-cups-perl/Changes Sat Aug 23 15:46:23 2008
@@ -1,4 +1,12 @@
 Revision history for Perl extension Net::CUPS.
+
+
+0.58 Thu Aug 21 10:04:32 2008
+	- No changes to the core in this release.  This release is designed
+	  to address issues with automated testing.  I have removed the
+	  tests for manipulating destinations since they required to have
+      accounts on the CUPS system.  I have also modified the Makefile.PL
+	  to deal with issues in the Perl Testers systems.
 
 0.57 Sun Aug 10 19:19:33 2008
 	+ Special thanks to Mike Eldridge <diz at cpan.org> for submitting a 

Modified: trunk/libnet-cups-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/Makefile.PL?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/Makefile.PL (original)
+++ trunk/libnet-cups-perl/Makefile.PL Sat Aug 23 15:46:23 2008
@@ -20,7 +20,9 @@
 	print "Net::CUPS requires the Common Unix Printing System. Check\n";
 	print "your system configuration and then attempt the configure\n";
 	print "process again.\n";
-	exit( 1 );
+	## I would like to exit( 0 ), but apparently this gives me bad
+	## reports from CPAN Testers.  *sigh*
+	exit( 0 );
 }
 else
 {
@@ -36,7 +38,9 @@
 	print "on your system is too old for this module to work properly.\n";
 	print "Please upgrade the version of CUPS on your system to version \n";
 	print "1.2.2 or higher and re-run Makefile.PL to install this module.\n\n";
-	exit( 1 );
+	## I would like to exit( 0 ), but apparently this gives me bad
+	## reports from CPAN Testers.  *sigh*
+	exit( 0 );
 }
 
 ## Grab the CFLAGS ...

Modified: trunk/libnet-cups-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/README?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/README (original)
+++ trunk/libnet-cups-perl/README Sat Aug 23 15:46:23 2008
@@ -34,7 +34,7 @@
 COPYRIGHT AND LICENSE
 
 Copyright (C) 2003-2005 D. Hageman <dhageman at dracken.com>
-Copyright (C) 2006-2007 Dracken Technology, Inc. (http://www.dracken.com/)
+Copyright (C) 2006-2008 Dracken Technology, Inc. (http://www.dracken.com/)
 
 SPECIAL THANKS
 

Modified: trunk/libnet-cups-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/changelog?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/changelog (original)
+++ trunk/libnet-cups-perl/debian/changelog Sat Aug 23 15:46:23 2008
@@ -1,3 +1,9 @@
+libnet-cups-perl (0.58-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 23 Aug 2008 12:44:03 -0300
+
 libnet-cups-perl (0.57-2) unstable; urgency=low
 
   * Don't run test t/03_destination.t, it requires a cups daemon at localhost

Modified: trunk/libnet-cups-perl/lib/Net/CUPS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/lib/Net/CUPS.pm?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS.pm Sat Aug 23 15:46:23 2008
@@ -959,7 +959,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.57';
+our $VERSION = '0.58';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm Sat Aug 23 15:46:23 2008
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.57';
+our $VERSION = '0.58';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm Sat Aug 23 15:46:23 2008
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.57';
+our $VERSION = '0.58';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm Sat Aug 23 15:46:23 2008
@@ -964,7 +964,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.57';
+our $VERSION = '0.58';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: trunk/libnet-cups-perl/t/03_destination.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/t/03_destination.t?rev=24509&op=diff
==============================================================================
--- trunk/libnet-cups-perl/t/03_destination.t (original)
+++ trunk/libnet-cups-perl/t/03_destination.t Sat Aug 23 15:46:23 2008
@@ -3,7 +3,7 @@
 
 #########################
 
-use Test::More tests => 11;
+use Test::More tests => 7;
 BEGIN { use_ok('Net::CUPS'); use_ok('Net::CUPS::Destination'); };
 
 #########################
@@ -30,26 +30,3 @@
 my $ppd_file = $cups->getPPDFileName($ppds[1]);
 
 ok ($ppd_file);
-
-my $name = "yatp";
-my $location = "nowhere";
-my $printer_info = "blahblah";
-my $device_uri = 'socket://192.168.1.3:9100';
-
-$cups->addDestination($name, $location, $printer_info, $ppd_file, $device_uri);
-
-my $dest = $cups->getDestination( $name );
-
-ok ($dest);
-
-my $description = $dest->getDescription();
-
-ok( $description eq $printer_info );
-
-my $uri = $dest->getUri();
-
-ok( $uri eq $device_uri );
-
-$cups->deleteDestination($name);
-
-ok (! $cups->getDestination($name));




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