Skip to content

Commit

Permalink
rolling in pause dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ChtrMshipper committed Jun 11, 2020
1 parent 20c5b32 commit e3d4277
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 56 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@
-- Changed min version of Data::Dumper to 2.161
1.010
-- Changed min version of Carp to 1.38
1.011
-- Removed old vendor doc links
-- Added missing meetings api and pod
12 changes: 6 additions & 6 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MANIFEST
t/AnyEvent-HTTP-Spark-nonBLock.t
t/AnyEvent-HTTP-Spark.t
t/AnyEvent-SparkBot.t
t/AnyEvent-SparkBot-SharedRole.t
Makefile.PL
README.md
lib/AnyEvent/HTTP/Spark.pm
lib/AnyEvent/SparkBot/SharedRole.pm
lib/AnyEvent/SparkBot.pm
README.md
Makefile.PL
t/AnyEvent-HTTP-Spark-nonBLock.t
t/AnyEvent-HTTP-Spark.t
t/AnyEvent-SparkBot-SharedRole.t
t/AnyEvent-SparkBot.t
Changes
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"Mike Shipper <AKALINUX@CPAN.ORG>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
"generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
"version" : 2
},
"name" : "AnyEvent-SparkBot",
"no_index" : {
Expand Down Expand Up @@ -63,6 +63,6 @@
}
},
"release_status" : "stable",
"version" : "1.010",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
"version" : "1.011",
"x_serialization_backend" : "JSON::PP version 4.04"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010'
generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand Down Expand Up @@ -45,5 +45,5 @@ requires:
UUID::Tiny: '1.04'
namespace::clean: '0.27'
overload: '1.28'
version: '1.010'
version: '1.011'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Loading

0 comments on commit e3d4277

Please sign in to comment.