Show quoted text>>>>> On Thu, 16 Aug 2012 03:08:09 -0400, "sshaw via RT" <bug-Mojolicious-Plugin-DomIdHelper@rt.cpan.org> said:
Show quoted text > On Win32 $^X is perl.exe. Maybe $Config{bin} + perldoc instead.
Good point!
Show quoted text > Hummm... Do you know if it's possible to add a make target that doesn't get added as a
> module prerequisite?
Sure, I'm always doing it with a postample hook, in a nutshell, this
looks like:
sub postamble {
return "
.SUFFIXES: .rnc .rng
.rnc.rng:
trang -I rnc -O rng $*.rnc $*.rng
update: dd-prefs
"
}
That is, you can return arbitrary text that ends up in the Makefile from
a postamble subroutine.
Show quoted text >> BTW, it is fragile to have decreasing version numbers. Since the version
>> number 0.1 has been used in the past and 0.04 is lower than 0.1
Show quoted text > Yes, I was hoping I could make that change without anyone noticing :\ Did you have 0.1
> installed?
No, one tool that doesn't forget historic version numbers is RT, it has
a pull-down offering all version numbers of any distribution; another
tool is the matrix: it disaplys the results of 0.1 when I ask for
http://matrix.cpantesters.org/?dist=Mojolicious-Plugin-DomIdHelper;
metacpan, on the other hand, seems to be too clever: although it usually
has even deleted versions in the pull down, it has the 0.1 missing
completely when you visit
https://metacpan.org/release/Mojolicious-Plugin-DomIdHelper, so that the
user who has seen 0.1 elsewhere starts wondering whether maybe 0.1 has
just now been released and one should check it out before sending off
the bugreport.
--
andreas