Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 25714
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: roam [...] ringlet.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Clean out autogenerated files in "make realclean"
A trivial patch to let "make realclean" really return the source tree to a pristine state by removing the t/mysql.mstate file. It is also available at http://devel.ringlet.net/db/DBD-mysql/
Subject: realclean-mstate-4.004.patch
Index: Makefile.PL =================================================================== --- Makefile.PL (revision 1182) +++ Makefile.PL (revision 1185) @@ -220,6 +220,7 @@ 'DIST_DEFAULT' => 'all installhtml tardist', 'COMPRESS' => "gzip -9f" }, 'clean' => { 'FILES' => '*.xsi' }, + 'realclean' => { 'FILES' => 't/mysql.mtest' }, 'C' => ["dbdimp.c", "mysql.c"], 'XS' => {'mysql.xs' => 'mysql.c'}, 'OBJECT' => '$(O_FILES)',
Added, will be in upcoming 4.005