From: Craig A. Berry Date: Fri, 31 Aug 2012 12:47:07 +0000 (-0500) Subject: Files ending in .eg are also non-pod. X-Git-Tag: upstream/5.20.0~5529 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29a45343ab0bee876c2f5b3b8a342d58719af28e;p=platform%2Fupstream%2Fperl.git Files ending in .eg are also non-pod. --- 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