Fix skip counts introduced in #33433
[p5sagit/p5-mst-13.2.git] / ext / Errno / Makefile.PL
index 527f700..9f5b3e7 100644 (file)
@@ -27,7 +27,7 @@ WriteMakefile(
     MAN3PODS     => {},        # Pods will be built by installman.
     PL_FILES    => {'Errno_pm.PL'=>'Errno.pm'},
     PM          => {'Errno.pm' => '$(INST_LIBDIR)/Errno.pm'},
-    'clean'     => {FILES => 'Errno.pm'},
+    'clean'     => {FILES => 'Errno.pm arch.txt'},
     'dist'      => {
        COMPRESS => 'gzip -9f',
        SUFFIX   => '.gz',