remove some quotes

This commit is contained in:
Isaac Connor
2017-05-26 13:27:55 -04:00
parent ed12dab648
commit a2bf5df2d4

View File

@@ -49,7 +49,7 @@ our %EXPORT_TAGS = (
);
push( @{$EXPORT_TAGS{all}}, @{$EXPORT_TAGS{$_}} ) foreach keys %EXPORT_TAGS;
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'data'} } );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{data} } );
our @EXPORT = qw();