Skip to content

Commit

Permalink
Why was that MY stuff even there?
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Feb 5, 2024
1 parent 79294ca commit eb69ae9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions 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;
Expand Down

0 comments on commit eb69ae9

Please sign in to comment.