This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore another editor droppink
authorFather Chrysostomos <sprout@cpan.org>
Tue, 9 Aug 2011 15:33:56 +0000 (08:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 9 Aug 2011 15:34:28 +0000 (08:34 -0700)
t/porting/podcheck.t

index 85076d2..1ab1c51 100644 (file)
@@ -306,7 +306,7 @@ my $non_pods = qr/ (?: \.
                            | old      # buildtoc output
                        )
                        $
-                    ) | ~$      # Another editor dropping
+                    ) | ~$ | \ \(Autosaved\)\.txt$ # Other editor droppings
                 /x;