Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
mickeyn committed Apr 17, 2016
1 parent c6bdefa commit bb2971e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/MetaCPAN/Document/Module.pm
Expand Up @@ -38,13 +38,6 @@ the C<analyzed> and the C<camelcase> property.
Contains the raw version string.
=head2 version_numified
B<Required>, B<Lazy Build>
Numified version of L</version>. Contains 0 if there is no version or the
version could not be parsed.
=head2 indexed
B<Default 0>
Expand Down Expand Up @@ -97,12 +90,6 @@ has associated_pod => (
is => 'rw',
);

# sub _build_version_numified {
# my $self = shift;
# return 0 unless ( $self->version );
# return MetaCPAN::Util::numify_version( $self->version ) . q{};
# }

my $bom
= qr/(?:\x00\x00\xfe\xff|\xff\xfe\x00\x00|\xfe\xff|\xff\xfe|\xef\xbb\xbf)/;

Expand Down

0 comments on commit bb2971e

Please sign in to comment.