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/format.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/format.pm')
-rw-r--r-- | perl-install/fs/format.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index c331c398a..659fbad04 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -1,4 +1,4 @@ -package fs::format; # $Id: format.pm 268842 2010-05-17 06:54:44Z pterjan $ +package fs::format; use diagnostics; use strict; |