Remove invalid @EXPORT entry
[svg-spritemaker.git] / lib / SVG / SpriteMaker.pm
index e24b5d9e8931166f89f977e2d2e99cc85cd11f47..499cdbef5a86aab01c8186a883f0e86b944f102a 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $VERSION = '0.001';
-our @EXPORT = qw/make_sprite make_sprite_prefix/;
+our @EXPORT = qw/make_sprite/;
 our @EXPORT_OK = @EXPORT;
 
 use parent qw/Exporter/;
This page took 0.009087 seconds and 4 git commands to generate.