Skip to content

Commit

Permalink
Item1518: Fix missing my in many build.pl that are now using strict
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@3959 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed May 22, 2009
1 parent 7b79b0f commit fd85acd
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'BehaviourContrib' );
my $build = new Foswiki::Contrib::Build( 'BehaviourContrib' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build('EditTablePlugin');
my $build = new Foswiki::Contrib::Build('EditTablePlugin');

# Build the target on the command line, or the default target
$build->build( $build->{target} );
Expand Down
2 changes: 1 addition & 1 deletion EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin/build.pl
Expand Up @@ -47,7 +47,7 @@ sub target_build {
package main;

# Create the build object
$build = new BuildBuild();
my $build = new BuildBuild();

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'InterwikiPlugin' );
my $build = new Foswiki::Contrib::Build( 'InterwikiPlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
Expand Up @@ -37,6 +37,6 @@ sub new {
return bless( $class->SUPER::new( "JSCalendarContrib" ), $class );
}

$build = new JSCalendarBuild();
my $build = new JSCalendarBuild();

$build->build($build->{target});
2 changes: 1 addition & 1 deletion MailerContrib/lib/Foswiki/Contrib/MailerContrib/build.pl
Expand Up @@ -45,7 +45,7 @@ BEGIN
}

# Create the build object
$build = new MailerBuild();
my $build = new MailerBuild();

# Mailer the target on the command line, or the default target
$build->build($build->{target});
Expand Down
2 changes: 1 addition & 1 deletion PatternSkin/lib/Foswiki/Contrib/PatternSkin/build.pl
Expand Up @@ -7,5 +7,5 @@ BEGIN
}
}
use Foswiki::Contrib::Build;
$build = new Foswiki::Contrib::Build("PatternSkin" );
my $build = new Foswiki::Contrib::Build("PatternSkin" );
$build->build($build->{target});
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'PreferencesPlugin' );
my $build = new Foswiki::Contrib::Build( 'PreferencesPlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'RenderListPlugin' );
my $build = new Foswiki::Contrib::Build( 'RenderListPlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'SlideShowPlugin' );
my $build = new Foswiki::Contrib::Build( 'SlideShowPlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
2 changes: 1 addition & 1 deletion SmiliesPlugin/lib/Foswiki/Plugins/SmiliesPlugin/build.pl
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'SmiliesPlugin' );
my $build = new Foswiki::Contrib::Build( 'SmiliesPlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'SpreadSheetPlugin' );
my $build = new Foswiki::Contrib::Build( 'SpreadSheetPlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
Expand Up @@ -7,7 +7,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build('TWikiCompatibilityPlugin');
my $build = new Foswiki::Contrib::Build('TWikiCompatibilityPlugin');

# (Optional) Set the details of the repository for uploads.
# This can be any web on any accessible Foswiki installation.
Expand Down
2 changes: 1 addition & 1 deletion TablePlugin/lib/Foswiki/Plugins/TablePlugin/build.pl
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'TablePlugin' );
my $build = new Foswiki::Contrib::Build( 'TablePlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
2 changes: 1 addition & 1 deletion TipsContrib/lib/Foswiki/Contrib/TipsContrib/build.pl
Expand Up @@ -7,5 +7,5 @@ BEGIN
}
}
use Foswiki::Contrib::Build;
$build = new Foswiki::Contrib::Build("TipsContrib" );
my $build = new Foswiki::Contrib::Build("TipsContrib" );
$build->build($build->{target});
Expand Up @@ -7,7 +7,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build('TopicUserMappingContrib');
my $build = new Foswiki::Contrib::Build('TopicUserMappingContrib');

# (Optional) Set the details of the repository for uploads.
# This can be any web on any accessible Wiki installation.
Expand Down
2 changes: 1 addition & 1 deletion TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin/build.pl
Expand Up @@ -13,7 +13,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build( 'TwistyPlugin' );
my $build = new Foswiki::Contrib::Build( 'TwistyPlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
2 changes: 1 addition & 1 deletion WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/build.pl
Expand Up @@ -11,7 +11,7 @@ BEGIN
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build('WysiwygPlugin');
my $build = new Foswiki::Contrib::Build('WysiwygPlugin');

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Contrib/core/build.pl
Expand Up @@ -46,7 +46,7 @@ sub target_build {
package main;

# Create the build object
$build = new BuildBuild();
my $build = new BuildBuild();

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

0 comments on commit fd85acd

Please sign in to comment.