- Timestamp:
- 10/15/09 19:28:59 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib/build.pl
r1065 r5269 15 15 16 16 # Standard preamble 17 use strict; 18 17 19 BEGIN { 18 20 foreach my $pc (split(/:/, $ENV{FOSWIKI_LIBS})) { … … 30 32 sub new { 31 33 my $class = shift; 32 return bless( $class->SUPER::new( "MailerContrib" , "Mailer"), $class );34 return bless( $class->SUPER::new( "MailerContrib" ), $class ); 33 35 } 34 36 … … 44 46 45 47 # Create the build object 46 $build = new MailerBuild();48 my $build = new MailerBuild(); 47 49 48 50 # Mailer the target on the command line, or the default target
Note: See TracChangeset
for help on using the changeset viewer.
