make sure regex for "int" is case insensitive (RT #54053)
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / 99-pod.t
index 3afe2fa..d6e05a9 100644 (file)
@@ -1,4 +1,7 @@
-use Test::More;\r
-eval "use Test::Pod 1.00";\r
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;\r
-all_pod_files_ok();
\ No newline at end of file
+use strict;
+use warnings;
+
+use Test::More;
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+all_pod_files_ok();