All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST] Osstest.pm: Add "use IO::File"
@ 2015-03-31 14:45 Ian Campbell
  0 siblings, 0 replies; only message in thread
From: Ian Campbell @ 2015-03-31 14:45 UTC (permalink / raw
  To: ian.jackson; +Cc: Ian Campbell, xen-devel

This is needed under Squeeze (but apparently not Wheezy)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 Osstest.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Osstest.pm b/Osstest.pm
index 449f312..eecbc55 100644
--- a/Osstest.pm
+++ b/Osstest.pm
@@ -21,6 +21,7 @@ use warnings;
 
 use POSIX;
 use File::Basename;
+use IO::File;
 
 BEGIN {
     use Exporter ();
-- 
2.1.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-31 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 14:45 [PATCH OSSTEST] Osstest.pm: Add "use IO::File" Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.