Skip to content

Commit

Permalink
don't specify VERSION in modules
Browse files Browse the repository at this point in the history
as Dist::Zilla does that on build
fix wrong version in Net::Async::Ping::ICMP
  • Loading branch information
abraxxa committed Jan 5, 2018
1 parent a53f87c commit d5d639d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Revision history for {{$dist->name}}
- Add ICMPv6 support
(Thanks Alexander Hartmaier!)
- Run ICMP socket tests when any of the users groups is allowed
- Fix wrong version in Net::Async::Ping::ICMP

0.002001 2018-01-01 10:58:45-08:00 America/Los_Angeles
- Various cleanups and a memory leak fix
Expand Down
6 changes: 1 addition & 5 deletions lib/Net/Async/Ping/ICMP.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Net::Async::Ping::ICMP;
$Net::Async::Ping::ICMP::VERSION = '0.001001';

use Moo;
use warnings NONFATAL => 'all';

Expand Down Expand Up @@ -199,10 +199,6 @@ __END__
Net::Async::Ping::ICMP
=head1 VERSION
version 0.001001
=head1 DESCRIPTION
This is the ICMP part of L<Net::Async::Ping>. See that documentation for full
Expand Down
6 changes: 1 addition & 5 deletions lib/Net/Async/Ping/ICMPv6.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Net::Async::Ping::ICMPv6;
$Net::Async::Ping::ICMPv6::VERSION = '0.002001';

use Moo;
use warnings NONFATAL => 'all';

Expand Down Expand Up @@ -221,10 +221,6 @@ __END__
Net::Async::Ping::ICMPv6
=head1 VERSION
version 0.002001
=head1 DESCRIPTION
This is the ICMPv6 part of L<Net::Async::Ping>. See that documentation for full
Expand Down

0 comments on commit d5d639d

Please sign in to comment.