diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 22:19:28 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 22:19:28 +0000 |
commit | 135e5fc63a47d198e6ab6b0ebf30c87087d3f5d5 (patch) | |
tree | ff9bf6f7e4eaebb3b0399cd452e5e72a178a11c3 /debian | |
parent | 1334cc55ba522855bf5c7cd24febd70c6ac6fc23 (diff) |
* perl is broken: print "" || die fails! Work around this insanity.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6c0c50689..b70a7cf89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,8 +23,9 @@ ikiwiki (1.44) UNRELEASED; urgency=low * Make img plugin not fail immediately if Image::Magick is not available. This lets ikiwiki not build depend on perlmagic. * Detect old versions of xgettext and avoid using them. + * perl is broken: print "" || die fails! Work around this insanity. - -- Joey Hess <joeyh@debian.org> Tue, 20 Feb 2007 04:43:31 -0500 + -- Joey Hess <joeyh@debian.org> Tue, 20 Feb 2007 17:13:37 -0500 ikiwiki (1.43) unstable; urgency=low |