Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 782985 | Differences between
and this patch

Collapse All | Expand All

(-)a/lib/Autom4te/FileUtils.pm (-3 / +2 lines)
Lines 34-45 This perl module provides various general purpose file handling functions. Link Here
34
34
35
=cut
35
=cut
36
36
37
use 5.006;
37
use 5.008;
38
use strict;
38
use strict;
39
use warnings FATAL => 'all';
39
use warnings FATAL => 'all';
40
40
41
use Exporter;
41
use Exporter;
42
use File::stat;
42
use Time::HiRes qw(stat);
43
use IO::File;
43
use IO::File;
44
44
45
use Autom4te::Channels;
45
use Autom4te::Channels;
46
- 

Return to bug 782985