init III
This commit is contained in:
15
Perl OTRS/Kernel/cpan-lib/Module/CPANfile/Prereq.pm
Normal file
15
Perl OTRS/Kernel/cpan-lib/Module/CPANfile/Prereq.pm
Normal file
@@ -0,0 +1,15 @@
|
||||
package Module::CPANfile::Prereq;
|
||||
use strict;
|
||||
|
||||
sub new {
|
||||
my($class, %options) = @_;
|
||||
bless \%options, $class;
|
||||
}
|
||||
|
||||
sub feature { $_[0]->{feature} }
|
||||
sub phase { $_[0]->{phase} }
|
||||
sub type { $_[0]->{type} }
|
||||
sub module { $_[0]->{module} }
|
||||
sub requirement { $_[0]->{requirement} }
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user