File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,13 @@ use warnings;
26
26
package CSS::Sass::Plugins ;
27
27
our $VERSION = " 3.4.1" ;
28
28
# ###############################################################################
29
-
30
29
# collect plugins
31
30
our %plugins ;
31
+ # ###############################################################################
32
+ use Exporter ' import' ; # gives you Exporter's import() method directly
33
+ our @EXPORT = qw( %plugins) ; # symbols to export by default
34
+ # ###############################################################################
35
+
32
36
# prefix to append to root path
33
37
my $path = ' /auto/CSS/Sass/plugins/' ;
34
38
# get our own path for module file
@@ -47,9 +51,6 @@ while (my $item = readdir($dh)) {
47
51
$plugins {$item } = $root . $item
48
52
}
49
53
50
- use Exporter ' import' ; # gives you Exporter's import() method directly
51
- our @EXPORT = qw( %plugins) ; # symbols to export by default
52
-
53
54
# ###############################################################################
54
55
# ###############################################################################
55
56
1;
You can’t perform that action at this time.
0 commit comments