Debian::Control::FromCPAN
fill debian/control from unpacked CPAN distribution
- Provided by: dh-make-perl (Version: 0.89-1)
- Report a bug
fill debian/control from unpacked CPAN distribution
my $c = Debian::Control::FromCPAN->new();
$c->discover_dependencies( { ... } );
$c->prune_perl_deps;
Debian::Control::FromCPAN inherits from L<Debian::Control>.
Options:
my $available = DPKG::Parse::Available->new;
$available->parse;
Returns a list of module names for which no suitable Debian packages were found.
Perl core is searched first, then installed packages, then the APT contents.
If a DPKG::Parse::Available object is passed, also check the available package version
The following checks are made
Return value:
Copyright (C) 2009, 2010, 2012 Damyan Ivanov dmn@debian.org
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.