%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/perl-Moose-2.1005/benchmarks/cmop/lib/MOP/Installed/
Upload File :
Create Path :
Current File : //usr/share/doc/perl-Moose-2.1005/benchmarks/cmop/lib/MOP/Installed/Point3D.pm

use lib reverse @INC;

package MOP::Installed::Point3D;

use strict;
use warnings;
use metaclass;

use base 'MOP::Point';

__PACKAGE__->meta->add_attribute('z' => (accessor => 'z'));

sub clear {
    my $self = shift;
    $self->SUPER::clear();
    $self->z(0);
}

1;

__END__

Zerion Mini Shell 1.0