diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 14:22:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 17:11:12 +0200 |
commit | 04f94ba53f2b18fdf548ca86bce5030ca6b06eb0 (patch) | |
tree | 3f781c1307ddaccf3d1480c781007e79fe994ea5 /solenv/bin/modules | |
parent | 84db94e97bf088cf442db5f97fefbe41fd45c1bb (diff) |
Stray "use Carp"
Change-Id: Iba0cc40699bd7d5f2d4c5964d8005f41814bfe8e
Diffstat (limited to 'solenv/bin/modules')
-rw-r--r-- | solenv/bin/modules/installer/files.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/files.pm b/solenv/bin/modules/installer/files.pm index 610ba4f2fe31..67fa8a6f6da7 100644 --- a/solenv/bin/modules/installer/files.pm +++ b/solenv/bin/modules/installer/files.pm @@ -32,7 +32,6 @@ use warnings; use installer::exiter; use installer::logger; -use Carp; ############################################ # File Operations |