NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Debian's dh-make-perl... (Score:1)
You can take a look at our (quite ugly, yes) dh-make-perl [debian.org]. It tries to get this information from META.yml, then from several popular files (i.e. LICENSE, COPYING, etc.), and from the module's POD. And, of course, it goes on to create a machine-parsable debian/copyright file [debian.org] (of course, machine-parsable according to our sick and twisted standards).
I looked a bit into CPAN modules offering this functionality, but found nothing. If you think it's worth it, I can weed it out of dh-make-perl and make it into its own module.
Reply to This
Re: (Score:2)
I skimmed the code, and maybe it's what I need. If you guys are using it to guess the license, you're probably doing the same thing I am. I'll look more closely in a few days.
Did the debian people steal ideas from anyone else? Do the other linux distros do this too?
Thanks,