Skip to content

Commit

Permalink
Remove internal unused perl libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Mar 25, 2024
1 parent fb40ee2 commit 8c45a07
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 2,703 deletions.
16 changes: 0 additions & 16 deletions Koha/Plugin/Com/ByWaterSolutions/BatchPermissionsModifier.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@ use Koha::List::Patron;
use Koha::Logger;
use Koha::Database;

# This block allows us to load external modules stored within the plugin itself
# In this case it's Template::Plugin::Filter::Minify::JavaScript/CSS and deps
# cpanm --local-lib=. -f Template::Plugin::Filter::Minify::CSS from asssets dir
BEGIN {
use Config;
use C4::Context;

my $pluginsdir = C4::Context->config('pluginsdir');
my $plugin_libs = '/Koha/Plugin/Com/ByWaterSolutions/BatchPermissionsModifier/lib/perl5';
my $local_libs = "$pluginsdir/$plugin_libs";

unshift( @INC, $local_libs );
unshift( @INC, "$local_libs/$Config{archname}" );

}

## Here we set our plugin version
our $VERSION = "{VERSION}";

Expand Down

This file was deleted.

Loading

0 comments on commit 8c45a07

Please sign in to comment.