1234567891011121314—151617181920 use strict;use warnings;package DZ2;# ABSTRACT: this is a sample package for testing Dist::Zilla;sub main { return 1;}1;__END__HideShow 6 lines of Pod=head1 NAMEDZ2=cut
use
strict;
warnings;
package
DZ2;
# ABSTRACT: this is a sample package for testing Dist::Zilla;
sub
main {
return
1;
}
__END__
=head1 NAME
DZ2
=cut