Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
whois
> whois-5.2.3_no-autodie.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File whois-5.2.3_no-autodie.patch of Package whois
--- make_version_h.pl.orig 2014-12-29 20:16:11.062123899 +0100 +++ make_version_h.pl 2014-12-29 20:16:31.326124436 +0100 @@ -2,7 +2,6 @@ use warnings; use strict; -use autodie; my $changelog = $ARGV[0] or die "Usage: $0 debian/changelog\n"; --- make_ip_del_recovered.pl.orig 2014-12-29 20:16:23.842125100 +0100 +++ make_ip_del_recovered.pl 2014-12-29 20:16:43.413973310 +0100 @@ -3,7 +3,6 @@ use warnings; use strict; -use autodie; use Text::CSV;