"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "t/lib/DistGen.pm" between
Module-Build-0.4231.tar.gz and Module-Build-0.4232.tar.gz

About: Module-Build - building & installing Perl modules.

DistGen.pm  (Module-Build-0.4231):DistGen.pm  (Module-Build-0.4232)
skipping to change at line 217 skipping to change at line 217
use Test::More tests => 1; use Test::More tests => 1;
use strict; use strict;
use $self->{name}; use $self->{name};
ok 1; ok 1;
--- ---
} else { } else {
$self->$add_unless($module_filename, undent(<<" ---")); $self->$add_unless($module_filename, undent(<<" ---"));
package $self->{name}; package $self->{name};
use strict;
use warnings;
\$VERSION = $self->{version}; our \$VERSION = $self->{version};
require Exporter; require Exporter;
require DynaLoader; require DynaLoader;
\@ISA = qw(Exporter DynaLoader); our \@ISA = qw(Exporter DynaLoader);
\@EXPORT_OK = qw( okay ); our \@EXPORT_OK = qw( okay );
bootstrap $self->{name} \$VERSION; bootstrap $self->{name} \$VERSION;
1; 1;
__END__ __END__
=head1 NAME =head1 NAME
$self->{name} - Perl extension for blah blah blah $self->{name} - Perl extension for blah blah blah
 End of changes. 3 change blocks. 
3 lines changed or deleted 5 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)