--- Net-CUPS-0.61/Makefile.PL 2015-11-21 00:05:08.000000000 +0000 +++ Net-CUPS-0.61/Makefile.PL 2015-11-21 01:25:09.349308336 +0000 @@ -31,17 +31,6 @@ my @version_parts = split( /\./, $version ); -if( ( $version_parts[1] < 2 ) || - ( ( $version_parts[1] == 2 ) && ( $version_parts[2] < 2 ) ) ) -{ - print "The version of the Common Unix Printing System installed\n"; - 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"; - ## I would like to exit( 0 ), but apparently this gives me bad - ## reports from CPAN Testers. *sigh* - exit( 0 ); -} ## Grab the CFLAGS ... $config{INC} = `cups-config --cflags`;