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