This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cpan/: bump $VERSION as needed
[perl5.git] / cpan / HTTP-Tiny / lib / HTTP / Tiny.pm
index 1f11662..03395e8 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 # ABSTRACT: A small, simple, correct HTTP/1.1 client
 
-our $VERSION = '0.058';
+our $VERSION = '0.058_001';
 
 use Carp ();