diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-06-07 08:23:23 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-06-07 08:29:16 +0200 |
commit | 9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e (patch) | |
tree | 9214f482563c37bc9d3b3f0925b1836563316c4b /perl-install/fs.pm | |
parent | afb976328411ad2f63678241e8fe41efd64827b1 (diff) | |
download | drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.tar drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.tar.gz drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.tar.bz2 drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.tar.xz drakx-9df2d51e71e3676d7c8d0d86dac8259e9aa5ae5e.zip |
kill $Id:$ tags
they're obsolete since switching from CVS/SVN to git...
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index a36027e48..d2a8fd1fc 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -1,4 +1,4 @@ -package fs; # $Id: fs.pm 259325 2009-08-17 12:51:59Z alefebvre $ +package fs; use diagnostics; use strict; |