local $package::VERSION should now actually work
[p5sagit/Module-Metadata.git] / t / lib / 0.1 / Foo.pm
diff --git a/t/lib/0.1/Foo.pm b/t/lib/0.1/Foo.pm
new file mode 100644 (file)
index 0000000..f1ecaca
--- /dev/null
@@ -0,0 +1,3 @@
+package Foo;
+$Foo::VERSION = '0.1';
+1;