diff options
| author | 2015-12-25 14:49:23 +0000 | |
|---|---|---|
| committer | 2015-12-25 14:49:23 +0000 | |
| commit | 402197bada9e7f95f152672c03dc7f01f3fb8fea (patch) | |
| tree | 4b88b74f98f9f812f925544618f38bf9b7b2f3fe /lib | |
| parent | d98a177951a4f039fbf104a44383070741c801bf (diff) | |
Tweak Net::IRC's version to be 0.90, so that we can require >0.90 in ASM and it will croak if it's using stock Net::IRC
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Net/IRC.pm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Net/IRC.pm b/lib/Net/IRC.pm index 9e39458..cb41dca 100644 --- a/lib/Net/IRC.pm +++ b/lib/Net/IRC.pm @@ -33,7 +33,7 @@ BEGIN { use strict; use vars qw($VERSION); -$VERSION = "0.80"; +$VERSION = "0.90"; sub new { my $proto = shift; @@ -754,6 +754,4 @@ http://www.irchelp.org/, home of fine IRC resources. =back -=cut - - +=cut
\ No newline at end of file |
