File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
MANIFEST
2
2
Makefile.PL
3
3
lib/AnyEvent/HTTP/Spark.pm
4
- lib/AnyEvent/SparkBot.pm
5
4
lib/AnyEvent/SparkBot/SharedRole.pm
5
+ lib/AnyEvent/SparkBot.pm
6
6
t/AnyEvent-HTTP-Spark-nonBLock.t
7
7
t/AnyEvent-HTTP-Spark.t
8
8
t/AnyEvent-SparkBot-SharedRole.t
Original file line number Diff line number Diff line change 63
63
}
64
64
},
65
65
"release_status" : " stable" ,
66
- "version" : " 1.012 " ,
66
+ "version" : " 1.013 " ,
67
67
"x_serialization_backend" : " JSON::PP version 4.06"
68
68
}
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ requires:
45
45
UUID::Tiny : ' 1.04'
46
46
namespace::clean : ' 0.27'
47
47
overload : ' 1.28'
48
- version : ' 1.012 '
48
+ version : ' 1.013 '
49
49
x_serialization_backend : ' CPAN::Meta::YAML version 0.018'
Original file line number Diff line number Diff line change 1
1
package AnyEvent::SparkBot ;
2
2
3
- our $VERSION =' 1.012 ' ;
3
+ our $VERSION =' 1.013 ' ;
4
4
use Modern::Perl;
5
5
use Moo;
6
6
use MooX::Types::MooseLike::Base qw( :all) ;
You can’t perform that action at this time.
0 commit comments