Skip to content

Commit

Permalink
Item14152: (cherry picked from commit 5bb22fa)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Sep 19, 2016
1 parent d48bdb3 commit 3a0d9d8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions core/lib/Foswiki/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,15 @@ sub import {
# Keywords exported with this option.
keywords => [qw(callback_names)],
},
app => { use => 0, },
app => { use => 0, },
extension => {
use => 0,
keywords => [qw(extClass extAfter extBefore plugBefore)],
},
extensible => {
use => 0,
keywords => [qw(pluggable)],
},
);

my @p;
Expand Down Expand Up @@ -139,7 +147,6 @@ sub import {
require feature;
feature->import($featureSet);

require namespace::clean;
namespace::clean->import(
-cleanee => $target,
-except => \@noNsClean,
Expand Down

0 comments on commit 3a0d9d8

Please sign in to comment.