Meta things for the new dev/ directory
authorGreg Sabino Mullane <greg@endpoint.com>
Sat, 30 Nov 2013 16:43:45 +0000 (11:43 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Sat, 30 Nov 2013 16:43:45 +0000 (11:43 -0500)
MANIFEST.SKIP
README.dev
dev/README [new file with mode: 0644]

index f0b101a30f68a04088d02f2cb9f55d9c708730db..2d341215ae05ec0d33c3bd8ce4d42ef367095627 100644 (file)
@@ -26,3 +26,4 @@ notes.*
 .bak$
 .db$
 MYMETA.*
+dev/
index f2f9de926daf5ddd187c7c44a0012cd4bb714df2..a8ab3be79de80dc9856eeb9be6463792be35ca84 100644 (file)
@@ -144,6 +144,7 @@ t/99-spellcheck.t - Spell checks all files and comments
 
 t/99-yaml.t - Uses Test::YAML::Meta to verify the META.yml file.
 
+* Developer test files are in the dev/ directory
 
 =============
 == Editing ==
diff --git a/dev/README b/dev/README
new file mode 100644 (file)
index 0000000..137ee10
--- /dev/null
@@ -0,0 +1 @@
+This directory contains small self-contained tests used for debugging by developers.
\ No newline at end of file