This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
YA resync with mainstem, including VMS patches from others
[perl5.git] / ext / IPC / SysV / Makefile.PL
index 60dd74d..f994950 100644 (file)
@@ -31,7 +31,7 @@ WriteMakefile(
  
        'clean'         => {FILES => join(" ",
                                        map { "$_ */$_ */*/$_" }
-                                       qw(*% *.html *.b[ac]k *.old *.orig))
+                                       qw(*% *.html *.b[ac]k *.old))
                           },
        'macro'         => { INSTALLDIRS => 'perl' },
 );