Parse POD after __END__
[p5sagit/Module-Metadata.git] / t / lib / ENDPOD.pm
diff --git a/t/lib/ENDPOD.pm b/t/lib/ENDPOD.pm
new file mode 100644 (file)
index 0000000..cb60394
--- /dev/null
@@ -0,0 +1,13 @@
+package ENDPOD;
+use strict;
+use warnings;
+use utf8;
+
+
+1;
+__END__
+
+=head1 NAME
+
+ENDPOD - End pod.
+