| 14/17 |
Michael Robinson
|
Why, yes it does. Unfortunately, the current implementation is this:
package Getopt::Clade;
use version; $VERSION = qv('0.0.1');
use Carp;
sub import {
croak 'Getopt::Clade is not yet available';
}
1;
__END__
Moving on...