Author: adsb
Date: 2009-07-24 16:42:47 +0000 (Fri, 24 Jul 2009)
New Revision: 1942
Modified:
trunk/debian/changelog
trunk/scripts/bts.pl
Log:
bts: Add a missing "use IO::File" to make "bts select file:foo" work.
Thanks, Raphaël Hertzog. (Closes: #538288)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-07-24 13:18:05 UTC (rev 1941)
+++ trunk/debian/changelog 2009-07-24 16:42:47 UTC (rev 1942)
@@ -1,6 +1,8 @@
devscripts (2.10.53) UNRELEASED; urgency=low
[ Adam D. Barratt ]
+ * bts: Add a missing "use IO::File" to make "bts select file:foo" work.
+ Thanks, Raphaël Hertzog. (Closes: #538288)
* checkbashisms: Detect the use of "source" when the sourced filename
contains a tilde (Closes: #528592) or consists of a single character
(Closes: #535252). Thanks, Raphael Geissert and Ryan Niebur.
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2009-07-24 13:18:05 UTC (rev 1941)
+++ trunk/scripts/bts.pl 2009-07-24 16:42:47 UTC (rev 1942)
@@ -39,6 +39,7 @@
use File::Temp qw/tempfile/;
use Net::SMTP;
use Cwd;
+use IO::File;
use IO::Handle;
use lib '/usr/share/devscripts';
use Devscripts::DB_File_Lock;
--
To unsubscribe, send mail to [email protected].