The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567891011121314151617181920 package Shell::EnvImporter::Change;use strict;use warnings;no warnings 'uninitialized';use Class::MethodMaker 2.0 [ new => [qw(-hash new)], scalar => [qw( type value )], ];use constant TYPES => ( qw(modified added removed));1;
package
Shell::EnvImporter::Change;
use
strict;
warnings;
no
warnings
'uninitialized'
;
Class::MethodMaker 2.0 [
new
=> [
qw(-hash new)
],
scalar
qw(
type
value
)
];
constant
TYPES
=> (
qw(modified added removed)
);
1;