diff options
author | Mystery Man <unknown@mandriva.org> | 2005-12-18 12:19:48 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2005-12-18 12:19:48 +0000 |
commit | de25dab468737adae2c3f5d45a8bd7eb3fdc83e6 (patch) | |
tree | 874cebd5583c01c90ba083411b4b495dfb517b9a /tools/simplify-drakx-modules | |
parent | 575a03f47cd0de3af62c1b2f2685324943feb08a (diff) | |
download | drakx-10_4_6_1mdk.tar drakx-10_4_6_1mdk.tar.gz drakx-10_4_6_1mdk.tar.bz2 drakx-10_4_6_1mdk.tar.xz drakx-10_4_6_1mdk.zip |
This commit was manufactured by cvs2svn to create tag 'V10_4_6_1mdk'.V10_4_6_1mdk
Diffstat (limited to 'tools/simplify-drakx-modules')
-rwxr-xr-x | tools/simplify-drakx-modules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/simplify-drakx-modules b/tools/simplify-drakx-modules deleted file mode 100755 index ec8df1e76..000000000 --- a/tools/simplify-drakx-modules +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/perl -pi - -s/^\s*use\s+(diagnostics|strict|vars|warnings).*//g; - -/^__END__/ and $_ = '', close ARGV; |