Ken,
Yeah, it is very tricky. If someone is trying to copy files, for example,
you would not want someone to copy them in a fake install. I am not sure if
you can detect if a method is being overridden so you could issue a warning
either.
At least if it is documented then it might be able to help someone avoid the
problem. Thanks for emailing me, it is nice to know that someone looks at
this stuff and cares... :)
Steve Kirkup
Show quoted text-----Original Message-----
From: Ken_Williams via RT [mailto:bug-Module-Build@rt.cpan.org]
Sent: Friday, March 10, 2006 9:42 PM
To: steve.kirkup@dss.virginia.gov
Subject: [rt.cpan.org #18106] sub ACTION_install is not run under
fakeinstall
<URL:
http://rt.cpan.org/Ticket/Display.html?id=18106 >
That's a tricky issue - initially I was about to agree, but I think that
some people will be running
custom actions in ACTION_install() that really shouldn't be run in a "fake"
install. Perhaps the
best we can do is note this issue in the docs, and suggest that if people
want to be thorough in
'fakeinstall' they override that method too.
-Ken