| Current Path : /usr/share/perl5/vendor_perl/Module/Install/ |
| Current File : //usr/share/perl5/vendor_perl/Module/Install/Run.pm |
package Module::Install::Run;
use strict;
use Module::Install::Base ();
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
$VERSION = '1.19';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}
# eventually move the ipc::run / open3 stuff here.
1;