diff options
author | Franck Cuny <franck@lumberjaph.net> | 2012-11-25 11:33:33 -0800 |
---|---|---|
committer | Franck Cuny <franck@lumberjaph.net> | 2012-11-25 11:33:33 -0800 |
commit | 639516b8334b3c7b414ddc4b9e1730ad35062300 (patch) | |
tree | 5073e30e6508e5b75d91a7caf6b89da62f8e37e6 | |
parent | Merge branch 'bricas' (diff) | |
download | net-http-spore-639516b8334b3c7b414ddc4b9e1730ad35062300.tar.gz |
Let Dist::Zilla handle the version number.
-rw-r--r-- | lib/Net/HTTP/Spore.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Net/HTTP/Spore.pm b/lib/Net/HTTP/Spore.pm index 5c4f0c7..6b5a87e 100644 --- a/lib/Net/HTTP/Spore.pm +++ b/lib/Net/HTTP/Spore.pm @@ -12,8 +12,6 @@ use Scalar::Util; use Net::HTTP::Spore::Core; -our $VERSION = 0.03; - # XXX should we let the possibility to override this super class, or add # another superclasses? |