Skip to content

Commit

Permalink
zap use of SelfLoader for 80 lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 1, 2021
1 parent decfca0 commit 0269605
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Basic/Gen/PP/Signature.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ package PDL::PP::Signature;
use PDL::PP::PdlParObj;
use PDL::PP::Dims;
use Carp;
use SelfLoader;

@ISA = qw/ SelfLoader /;

# we pass on $bvalflag to the PdlParObj's created by parse
# (a hack for PdlParObj::get_xsdatapdecl() which should
Expand All @@ -34,8 +31,6 @@ sub new {

*with = \&new;

1;

=head1 AUTHOR
Copyright (C) Tuomas J. Lukka 1997 (lukka@husc.harvard.edu) and by Christian
Expand All @@ -49,8 +44,6 @@ the copyright notice should be included in the file.
=cut

__DATA__
# Eliminate whitespace entries
sub nospacesplit {map {/^\s*$/?():$_} split $_[0],$_[1]}
Expand Down Expand Up @@ -140,3 +133,5 @@ sub checkdims {
$_[$i-1] = $pdls[$i-1]->slice($str);
}
}
1;

0 comments on commit 0269605

Please sign in to comment.