JSAN-Mini

 view release on metacpan or  search on metacpan

lib/JSAN/Mini.pm  view on Meta::CPAN


=pod

=head2 update_mirror

The C<update_mirror> static method creates and executes a new L<JSAN::Mini>
object using the default params, normally pretty much Doing What You Mean.

=cut

sub update_mirror {
	my $class = shift;
	my $self  = $class->new(@_);
	$self->run;
}





#####################################################################



( run in 2.035 seconds using v1.01-cache-2.11-cpan-95122f20152 )