Skip Menu |

This queue is for tickets about the B-Hooks-Parser CPAN distribution.

Report information
The Basics
Id: 116679
Status: resolved
Priority: 0/
Queue: B-Hooks-Parser

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

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



Subject: No make dependency on stolen_chunk_of_toke.c
I was tinkering with stolen_chunk_of_toke.c and ‘make’ failed to do anything. I had to ‘make clean’ and then ‘make’ for my changes to take effect. The attached patch to Makefile.PL fixes it, but I don’t know how that translates into a dist.ini patch.
Subject: open_6Pi2I4I2.txt
diff -rup B-Hooks-Parser-0.16-QdjBWH-orig/Makefile.PL B-Hooks-Parser-0.16-QdjBWH/Makefile.PL --- B-Hooks-Parser-0.16-QdjBWH-orig/Makefile.PL 2015-07-27 22:56:01.000000000 -0700 +++ B-Hooks-Parser-0.16-QdjBWH/Makefile.PL 2016-08-02 21:29:50.000000000 -0700 @@ -48,6 +48,9 @@ my %WriteMakefileArgs = ( "VERSION" => "0.16", "test" => { "TESTS" => "t/*.t" + }, + "depend" => { + '$(OBJECT)' => "stolen_chunk_of_toke.c" } );
Thanks! I've adapted your patch and released as 0.17.