Skip to content

Commit 53656c9

Browse files
committed
rolling in pause dist
1 parent ebe90dc commit 53656c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MANIFEST
22
Makefile.PL
33
lib/AnyEvent/HTTP/Spark.pm
4-
lib/AnyEvent/SparkBot.pm
54
lib/AnyEvent/SparkBot/SharedRole.pm
5+
lib/AnyEvent/SparkBot.pm
66
t/AnyEvent-HTTP-Spark-nonBLock.t
77
t/AnyEvent-HTTP-Spark.t
88
t/AnyEvent-SparkBot-SharedRole.t

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
}
6464
},
6565
"release_status" : "stable",
66-
"version" : "1.012",
66+
"version" : "1.013",
6767
"x_serialization_backend" : "JSON::PP version 4.06"
6868
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ requires:
4545
UUID::Tiny: '1.04'
4646
namespace::clean: '0.27'
4747
overload: '1.28'
48-
version: '1.012'
48+
version: '1.013'
4949
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

lib/AnyEvent/SparkBot.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package AnyEvent::SparkBot;
22

3-
our $VERSION='1.012';
3+
our $VERSION='1.013';
44
use Modern::Perl;
55
use Moo;
66
use MooX::Types::MooseLike::Base qw(:all);

0 commit comments

Comments
 (0)