bump to 0.0.1

Cette révision appartient à :
Zane C. B-H 2019-07-30 02:31:33 -05:00
Parent ac94977416
révision 9d2fc471fb
2 fichiers modifiés avec 6 ajouts et 6 suppressions

Voir le fichier

@ -1,5 +1,9 @@
Revision history for Net-Connection-Sort
0.0.1 2019-07-30/02:30
- Remove a bit of unused code that prevented one
method from running.
0.0.0 2019-07-27/22:00
- Initial release.

Voir le fichier

@ -10,11 +10,11 @@ Net::Connection::Sort - Sorts array of Net::Connection objects.
=head1 VERSION
Version 0.0.0
Version 0.0.1
=cut
our $VERSION = '0.0.0';
our $VERSION = '0.0.1';
=head1 SYNOPSIS
@ -168,10 +168,6 @@ sub sorter{
@objects= @{$_[1]};
};
if( ! $self->errorblank ){
return undef;
}
return $self->{sorter}->sorter( \@objects );
}