Skip to content

Commit

Permalink
Item11808: perltidy them all, so people are not accidentally impacted…
Browse files Browse the repository at this point in the history
… by the new enforced rule

git-svn-id: http://svn.foswiki.org/trunk/SnmpCommandPlugin@14680 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed May 1, 2012
1 parent 14b171b commit f5e62b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/TWiki/Plugins/SnmpCommandPlugin/build.pl
Expand Up @@ -3,16 +3,16 @@
# Build for SnmpCommandPlugin
#
BEGIN {
foreach my $pc (split(/:/, $ENV{FOSWIKI_LIBS})) {
unshift @INC, $pc;
}
foreach my $pc ( split( /:/, $ENV{FOSWIKI_LIBS} ) ) {
unshift @INC, $pc;
}
}

use TWiki::Contrib::Build;

# Create the build object
$build = new TWiki::Contrib::Build( 'SnmpCommandPlugin' );
$build = new TWiki::Contrib::Build('SnmpCommandPlugin');

# Build the target on the command line, or the default target
$build->build($build->{target});
$build->build( $build->{target} );

0 comments on commit f5e62b6

Please sign in to comment.