[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
perl
/
vendor
/
lib
/
CPAN
/
Mini
/
[
Home
]
File: Portable.pm
package CPAN::Mini::Portable; use 5.008; use strict; use warnings; use Portable (); use CPAN::Mini 0.575 (); our $VERSION = '1.17'; our @ISA = 'CPAN::Mini'; sub new { # Use the portable values as defaults, # completely ignoring any passed params my $minicpan = Portable->default->minicpan; # Hand off to the parent class return $_[0]->SUPER::new( %$minicpan ); } 1;