add stub synopsis.t to fail if you forgot to extract the real one
Matt S Trout [Thu, 18 Feb 2010 05:34:53 +0000 (05:34 +0000)]
t/synopsis.t [new file with mode: 0644]

diff --git a/t/synopsis.t b/t/synopsis.t
new file mode 100644 (file)
index 0000000..4089bf9
--- /dev/null
@@ -0,0 +1,3 @@
+use Test::More qw(no_plan);
+
+fail 'You forgot to run maint/synopsis-extract. Go do that.';