add META.yml v0.001
authorTony Cook <tony@develop-help.com>
Mon, 1 Jan 2007 06:25:26 +0000 (06:25 +0000)
committerTony Cook <tony@develop-help.com>
Mon, 1 Jan 2007 06:25:26 +0000 (06:25 +0000)
MANIFEST
META.yml [new file with mode: 0644]

index 8639a5d6d8264360c907a14760f5f7062d59701d..90c4d101667b34afda2034c99de15d1bdfab7193 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -15,3 +15,4 @@ t/30tkx11.t                   Test - X11 implementation via Tk
 t/40tkwin32.t                  Test - Win32 implementation via Tk
 t/90pod.t                      Test - check POD is valid
 t/91podcover.t                 Test - check all functions are covered by POD
+META.yml                                 Module meta-data (added by MakeMaker)
diff --git a/META.yml b/META.yml
new file mode 100644 (file)
index 0000000..dbc9479
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,11 @@
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
+name:         Imager-Screenshot
+version:      0.001
+version_from: Screenshot.pm
+installdirs:  site
+requires:
+    Imager:                        0.54
+
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.17