"Fossies" - the Fresh Open Source Software Archive  

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

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

xs.t  (Module-Build-0.4231):xs.t  (Module-Build-0.4232)
skipping to change at line 164 skipping to change at line 164
okay() okay()
CODE: CODE:
RETVAL = newSVpv( "ok", 0 ); RETVAL = newSVpv( "ok", 0 );
OUTPUT: OUTPUT:
RETVAL RETVAL
--- ---
$dist->add_file( 'Simple.pm', <<"---" ); $dist->add_file( 'Simple.pm', <<"---" );
package Simple; package Simple;
\$VERSION = '0.01'; use strict;
use warnings;
our \$VERSION = '0.01';
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 Simple \$VERSION; bootstrap Simple \$VERSION;
1; 1;
__END__ __END__
=head1 NAME =head1 NAME
Simple - Perl extension for blah blah blah Simple - Perl extension for blah blah blah
 End of changes. 2 change blocks. 
3 lines changed or deleted 6 lines changed or added

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