Skip to content

Commit

Permalink
CPAN Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Ayachit committed Oct 24, 2015
1 parent 107c1b7 commit a392142
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 28 deletions.
8 changes: 8 additions & 0 deletions Changes
Expand Up @@ -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


Expand Down
25 changes: 13 additions & 12 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Mithun Ayachit <mithun@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4211",
"generated_by" : "Module::Build version 0.4214",
"keywords" : [
"movies",
"movie",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
23 changes: 12 additions & 11 deletions META.yml
Expand Up @@ -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
Expand All @@ -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'
Expand All @@ -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'
2 changes: 1 addition & 1 deletion 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
(
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -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][].
Expand Down
4 changes: 2 additions & 2 deletions changes.mkdn
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion readme.mkdn
Expand Up @@ -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).

0 comments on commit a392142

Please sign in to comment.