From: Niko Tyni Date: Wed, 21 May 2008 17:50:46 +0000 (+0300) Subject: Remove the __LONG_MAX__ kludge introduced in 5.8.1-1, it shouldn't be needed anymore... X-Git-Tag: debian/5.10.0-12~30 X-Git-Url: http://anonscm.debian.org/gitweb/?p=perl%2Fperl.git;a=commitdiff_plain;h=0e4cfb823a71ca82243e996339a62f44147593c9 Remove the __LONG_MAX__ kludge introduced in 5.8.1-1, it shouldn't be needed anymore and emits warnings. (Closes: #480428) --- diff --git a/debian/changelog b/debian/changelog index 15bcc51..86a2ecc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,8 @@ perl (5.10.0-11) UNRELEASED; urgency=low * Add conflicts/replaces/provides for libpod-simple-perl. (Closes: #481956) * Fix crashes on @ISA fiddling. (Closes: #480480) * Fix building with DEB_BUILD_OPTIONS=noopt. (Closes: #482110) + * Remove the __LONG_MAX__ kludge introduced in 5.8.1-1, it shouldn't be + needed anymore and emits warnings. (Closes: #480428) -- Niko Tyni Sun, 18 May 2008 22:41:54 +0300 diff --git a/debian/fixheaders b/debian/fixheaders index 9c4aa9b..f54b752 100644 --- a/debian/fixheaders +++ b/debian/fixheaders @@ -21,11 +21,4 @@ while (<>) s/'char'\[\d+\]/1/g; print; - - # ugh, can't work out why __LONG_MAX__ isn't defined--kludge - print <