From a392142a79f2f8bc8fd26db256ed9bb52991b506 Mon Sep 17 00:00:00 2001 From: Mithun Ayachit Date: Sat, 24 Oct 2015 10:34:33 -0500 Subject: [PATCH] CPAN Release v1.2.0 --- Changes | 8 ++++++++ META.json | 25 +++++++++++++------------ META.yml | 23 ++++++++++++----------- Makefile.PL | 2 +- README | 2 +- changes.mkdn | 4 ++-- readme.mkdn | 2 +- 7 files changed, 38 insertions(+), 28 deletions(-) diff --git a/Changes b/Changes index e6fcde7..c900d37 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,14 @@ Mithun Ayachit +1.2.0 + + +- Fix #4 Dies with 'Wide character in subroutine entry' in Session.pm +- Fix #5 Specifying a custom JSON object does not work + + + 1.1.2 diff --git a/META.json b/META.json index 3fb4661..80e2ecc 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Mithun Ayachit " ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.4211", + "generated_by" : "Module::Build version 0.4214", "keywords" : [ "movies", "movie", @@ -49,43 +49,43 @@ "provides" : { "TMDB" : { "file" : "lib/TMDB.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::Collection" : { "file" : "lib/TMDB/Collection.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::Company" : { "file" : "lib/TMDB/Company.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::Config" : { "file" : "lib/TMDB/Config.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::Genre" : { "file" : "lib/TMDB/Genre.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::Movie" : { "file" : "lib/TMDB/Movie.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::Person" : { "file" : "lib/TMDB/Person.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::Search" : { "file" : "lib/TMDB/Search.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::Session" : { "file" : "lib/TMDB/Session.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" }, "TMDB::TV" : { "file" : "lib/TMDB/TV.pm", - "version" : "v1.1.2" + "version" : "v1.2.0" } }, "release_status" : "stable", @@ -101,5 +101,6 @@ "url" : "git://github.com/mithun/perl-tmdb.git" } }, - "version" : "v1.1.2" + "version" : "v1.2.0", + "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index cc3fa9e..0cbcbe0 100644 --- a/META.yml +++ b/META.yml @@ -8,7 +8,7 @@ build_requires: configure_requires: Module::Build: '0.38' dynamic_config: 1 -generated_by: 'Module::Build version 0.4211, CPAN::Meta::Converter version 2.150001' +generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version 2.150005' keywords: - movies - movie @@ -25,34 +25,34 @@ name: TMDB provides: TMDB: file: lib/TMDB.pm - version: v1.1.2 + version: v1.2.0 TMDB::Collection: file: lib/TMDB/Collection.pm - version: v1.1.2 + version: v1.2.0 TMDB::Company: file: lib/TMDB/Company.pm - version: v1.1.2 + version: v1.2.0 TMDB::Config: file: lib/TMDB/Config.pm - version: v1.1.2 + version: v1.2.0 TMDB::Genre: file: lib/TMDB/Genre.pm - version: v1.1.2 + version: v1.2.0 TMDB::Movie: file: lib/TMDB/Movie.pm - version: v1.1.2 + version: v1.2.0 TMDB::Person: file: lib/TMDB/Person.pm - version: v1.1.2 + version: v1.2.0 TMDB::Search: file: lib/TMDB/Search.pm - version: v1.1.2 + version: v1.2.0 TMDB::Session: file: lib/TMDB/Session.pm - version: v1.1.2 + version: v1.2.0 TMDB::TV: file: lib/TMDB/TV.pm - version: v1.1.2 + version: v1.2.0 requires: Encode: '0' HTTP::Tiny: '0.016' @@ -67,3 +67,4 @@ resources: license: http://dev.perl.org/licenses/ repository: git://github.com/mithun/perl-tmdb.git version: v1.2.0 +x_serialization_backend: 'CPAN::Meta::YAML version 0.016' diff --git a/Makefile.PL b/Makefile.PL index bace92e..8eb3e6a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.4211 +# Note: this file was auto-generated by Module::Build::Compat version 0.4214 use ExtUtils::MakeMaker; WriteMakefile ( diff --git a/README b/README index 32cf794..d8377cd 100644 --- a/README +++ b/README @@ -419,7 +419,7 @@ Mithun Ayachit mithun@cpan.org LICENSE AND COPYRIGHT -Copyright (c) 2014, Mithun Ayachit. All rights reserved. +Copyright (c) 2015, Mithun Ayachit. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See [perlartistic][]. diff --git a/changes.mkdn b/changes.mkdn index c411cad..3c8e45f 100644 --- a/changes.mkdn +++ b/changes.mkdn @@ -6,8 +6,8 @@ title: Version History for TMDB # 1.2.0 -- Fix #4 Dies with 'Wide character in subroutine entry' in Session.pm -- Fix #5 Specifying a custom JSON object does not work +- Fix \#4 Dies with 'Wide character in subroutine entry' in Session.pm +- Fix \#5 Specifying a custom JSON object does not work # 1.1.2 diff --git a/readme.mkdn b/readme.mkdn index 6ee3a01..cebc452 100644 --- a/readme.mkdn +++ b/readme.mkdn @@ -380,7 +380,7 @@ Mithun Ayachit `mithun@cpan.org` # LICENSE AND COPYRIGHT -Copyright (c) 2014, Mithun Ayachit. All rights reserved. +Copyright (c) 2015, Mithun Ayachit. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See [perlartistic](https://metacpan.org/pod/perlartistic).