[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Package name convention: Tie::ShadowHash



On Feb 27, 2010, at 13:20, gregor herrmann wrote:

> On Sat, 27 Feb 2010 12:56:55 +0100, Jeremiah Foster wrote:
> 
>> Correction: I don't know cpan2deb's code at all. I mistakenly
>> thought it was part of cpanplus.
> 
> I'm sure you know cpan2deb:
> 
> $ ls -l `which cpan2deb`
> lrwxrwxrwx 1 root root 12 Feb 20 14:41 /usr/bin/cpan2deb -> dh-make-perl
> 
> (cpan2deb calls dh-make-perl wit "--cpan $@ --make" or something along
> these lines, just a handy shortcut.)

Wow, cpan2deb just calls DhMakePerl;

use DhMakePerl;
my $app = DhMakePerl->new;
exit $app->run();

Clever.

Jeremiah


Reply to: