Skip to content
Snippets Groups Projects
Commit 3931a1eb authored by Nigel Kukard's avatar Nigel Kukard
Browse files

CLEANUP: Cleaned up exporter

parent 309f02e4
No related branches found
No related tags found
1 merge request!421Another round of bugfixes
...@@ -25,8 +25,9 @@ use warnings; ...@@ -25,8 +25,9 @@ use warnings;
# Exporter stuff # Exporter stuff
use base qw(Exporter); use base qw(Exporter);
our (@EXPORT); our @EXPORT = qw(
@EXPORT = qw( );
our @EXPORT_OK = qw(
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment