Files ending in .eg are also non-pod.
authorCraig A. Berry <craigberry@mac.com>
Fri, 31 Aug 2012 12:47:07 +0000 (07:47 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 31 Aug 2012 16:23:07 +0000 (11:23 -0500)
t/porting/podcheck.t

index 8bc8a2a..5e1d019 100644 (file)
@@ -400,6 +400,7 @@ my $non_pods = qr/ (?: \.
                            | $lib_so  # shared libraries
                            | $dl_ext  # dynamic libraries
                            | gif      # GIF images (example files from CGI.pm)
+                           | eg       # examples from libnet
                        )
                        $
                     ) | ~$ | \ \(Autosaved\)\.txt$ # Other editor droppings