- or download this
package MyPackage;
...
all => \@EXPORT_OK,
private => \@EXPORT_PRIVATE,
)
- or download this
use warnings;
use strict;
...
use MyPackage qw(:all :private);
...
- or download this
"_private_one" is not exported by the MyModule module
"_private_two" is not exported by the MyModule module
Can't continue after import errors at ... line ....
BEGIN failed--compilation aborted at ... line ...