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/FamilyTreePlugin@14680 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed May 1, 2012
1 parent 146a398 commit a492e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Foswiki/Plugins/FamilyTreePlugin/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
package FamilyTreePluginBuild;

BEGIN {
foreach my $pc (split(/:/, $ENV{FOSWIKI_LIBS}||'')) {
foreach my $pc ( split( /:/, $ENV{FOSWIKI_LIBS} || '' ) ) {
unshift @INC, $pc;
}
}
use Foswiki::Contrib::Build;

$build = new Foswiki::Contrib::Build( "FamilyTreePlugin" );
$build->build($build->{target});
$build = new Foswiki::Contrib::Build("FamilyTreePlugin");
$build->build( $build->{target} );

0 comments on commit a492e51

Please sign in to comment.