Skip to content

Commit

Permalink
Item14203: Drop use stmts for Release compat
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Nov 14, 2016
1 parent 1f6c59e commit d857659
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/lib/Foswiki/Aux/MuteOut.pm
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# See bottom of file for license and copyright information

package Foswiki::Aux::MuteOut;
use v5.14;
use strict;
use warnings;
use Config;

=begin TML
Expand All @@ -22,7 +20,7 @@ use Foswiki::Aux::MuteOut;
sub proc {
my ($dir) = @_;
my $rc = system "ls -la $dir";
print STDERR "RC=", $rc;
}
Expand Down Expand Up @@ -135,4 +133,4 @@ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
As per the GPL, removal of this notice is prohibited.
As per the GPL, removal of this notice is prohibited.

0 comments on commit d857659

Please sign in to comment.