From 29a45343ab0bee876c2f5b3b8a342d58719af28e Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Fri, 31 Aug 2012 07:47:07 -0500 Subject: [PATCH] Files ending in .eg are also non-pod. --- t/porting/podcheck.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index 8bc8a2a..5e1d019 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -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 -- 2.7.4