PodParser.pm (Module-Build-0.4222) | : | PodParser.pm (Module-Build-0.4224) | ||
---|---|---|---|---|
package Module::Build::PodParser; | package Module::Build::PodParser; | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
our $VERSION = '0.4222'; | our $VERSION = '0.4224'; | |||
$VERSION = eval $VERSION; | $VERSION = eval $VERSION; | |||
sub new { | sub new { | |||
# Perl is so fun. | # Perl is so fun. | |||
my $package = shift; | my $package = shift; | |||
my $self; | my $self; | |||
$self = bless {have_pod_parser => 0, @_}, $package; | $self = bless {have_pod_parser => 0, @_}, $package; | |||
unless ($self->{fh}) { | unless ($self->{fh}) { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |