Alt-IO-All-new

 view release on metacpan or  search on metacpan

lib/IO/All/Filesys.pm  view on Meta::CPAN

package IO::All::Filesys;
use IO::All::Base;
extends 'IO::All::IO';

has name => ();
option overload => ();

sub upgrade {
    my $self = shift;
    $self->{name} = delete $self->{location}
        if $self->{location};
    $self->SUPER::upgrade(@_);
}

1;



( run in 1.749 second using v1.01-cache-2.11-cpan-5735350b133 )