Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 4617c4c11b20dc2bf2393b41389eea4f > files > 14

perl-CPANPLUS-Shell-Default-Plugins-Prereqs-0.100.0-3.mga4.noarch.rpm

#!/usr/bin/perl -w

use strict;
use warnings;

use CPANPLUS::Shell qw[Default];
my $shell = CPANPLUS::Shell->new;

$shell->dispatch_on_input(
                    input => '/prereqs show .',
                    noninteractive => 1
				);