diff --git a/Makefile.PL b/Makefile.PL index 51351b1..a2d18ea 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,21 +1,3 @@ -package MY; - -sub libscan -{ # Determine things that should *not* be installed - my($self, $path) = @_; - return '' if $path =~ m/~/; - $path; -} - -sub init_dirscan -{ - my($self) = shift; - $self->SUPER::init_dirscan; - # Need to force perldoc.pod to install at the top level of the lib dir: - $self->{PM}{'perldoc.pod'} = $self->catfile($self->{INST_LIB}, 'perldoc.pod'); - return; -} - package Tie::Toggle; use strict; use warnings;