Add NV_PRESERVES_UV.
[p5sagit/p5-mst-13.2.git] / lib / attributes.pm
index d26872f..09f3551 100644 (file)
@@ -33,7 +33,7 @@ sub import {
     @_ > 2 && ref $_[2] or do {
        require Exporter;
        goto &Exporter::import;
-    }
+    };
     my (undef,$home_stash,$svref,@attrs) = @_;
 
     my $svtype = uc reftype($svref);