Remove invalid @EXPORT entry
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 24 Feb 2017 00:38:23 +0000 (00:38 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 24 Feb 2017 00:40:20 +0000 (00:40 +0000)
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.010551 seconds and 4 git commands to generate.