Skip to content

Commit

Permalink
fixup! drop! notifs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Sep 27, 2021
1 parent 747c4b3 commit 02ff6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if( Alien::PLplot->install_type('share') ) {
# load shared object dependencies
for my $lib ( qw(-lcsirocsa -lqsastime -lplplot) ) {
my @files = DynaLoader::dl_findfile($lib);
note @files;
DynaLoader::dl_load_file($files[0]) if @files;
}
}
Expand Down

0 comments on commit 02ff6cc

Please sign in to comment.