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 |