On Fri, Jul 13, 2012 at 08:06:12PM -0400, Ricardo Signes wrote: > * Paul Johnson <p...@pjcj.net> [2012-07-12T13:36:26] > > > Feature request: some way of easily seeing just my dists. > > > > >>TODO > > > > I can't promise when I'll get around to it, but I do have plans for > > extending cpancover. However, this work is fairly well decoupled from > > the core of Devel::Cover, so if anyone has any free time and is looking > > for a project I'd be very grateful for assistance. > > > > (Yeah, yeah, I know, but it's worth a try.) > > I'd love that feature, too. Where's the repo again?
The repo is at https://github.com/pjcj/Devel--Cover The interesting files are: https://github.com/pjcj/Devel--Cover/blob/master/utils/run_cpancover https://github.com/pjcj/Devel--Cover/blob/master/utils/install_modules https://github.com/pjcj/Devel--Cover/blob/master/utils/cpanmcover https://github.com/pjcj/Devel--Cover/blob/master/bin/cpancover I trust you're only asking to save others from having to do so ;-) If anyone just wants to add modules to cpancover, install_modules is the file to patch. Otherwise run_cpancover is the top level shell script, cpanmcover makes symlinks to the cpanm build directories, and cpancover is the one that does all the work. cpancover is currently a proponent of the self-documenting code paradigm, but I'm happy to answer any questions. -- Paul Johnson - p...@pjcj.net http://www.pjcj.net