Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Oct 3, 2017
1 parent 659c763 commit 67d3b48
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Xavier Guimard, E<lt>[email protected]<gt>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.422",
"generated_by" : "Module::Build version 0.4224",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -39,11 +39,11 @@
"provides" : {
"Apache::Session::Browseable" : {
"file" : "lib/Apache/Session/Browseable.pm",
"version" : "v1.2.5"
"version" : "v1.2.7"
},
"Apache::Session::Browseable::DBI" : {
"file" : "lib/Apache/Session/Browseable/DBI.pm",
"version" : "v1.2.2"
"version" : "v1.2.7"
},
"Apache::Session::Browseable::File" : {
"file" : "lib/Apache/Session/Browseable/File.pm",
Expand All @@ -63,19 +63,19 @@
},
"Apache::Session::Browseable::MySQLJSON" : {
"file" : "lib/Apache/Session/Browseable/MySQLJSON.pm",
"version" : "v1.2.5"
"version" : "v1.2.7"
},
"Apache::Session::Browseable::Oracle" : {
"file" : "lib/Apache/Session/Browseable/Oracle.pm",
"version" : "v1.2.2"
},
"Apache::Session::Browseable::PgHstore" : {
"file" : "lib/Apache/Session/Browseable/PgHstore.pm",
"version" : "v1.2.5"
"version" : "v1.2.7"
},
"Apache::Session::Browseable::PgJSON" : {
"file" : "lib/Apache/Session/Browseable/PgJSON.pm",
"version" : "v1.2.5"
"version" : "v1.2.7"
},
"Apache::Session::Browseable::Postgres" : {
"file" : "lib/Apache/Session/Browseable/Postgres.pm",
Expand Down Expand Up @@ -123,7 +123,7 @@
},
"Apache::Session::Browseable::Store::SQLite" : {
"file" : "lib/Apache/Session/Browseable/Store/SQLite.pm",
"version" : "v1.2.2"
"version" : "v1.2.7"
},
"Apache::Session::Browseable::Store::Sybase" : {
"file" : "lib/Apache/Session/Browseable/Store/Sybase.pm",
Expand All @@ -143,7 +143,7 @@
},
"Apache::Session::Serialize::JSON" : {
"file" : "lib/Apache/Session/Serialize/JSON.pm",
"version" : "v1.2.2"
"version" : "v1.2.6"
}
},
"release_status" : "stable",
Expand All @@ -152,6 +152,6 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "v1.2.5",
"x_serialization_backend" : "JSON::PP version 2.27300_01"
"version" : "v1.2.7",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}
18 changes: 9 additions & 9 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_requires:
configure_requires:
Module::Build: '0'
dynamic_config: 1
generated_by: 'Module::Build version 0.422, CPAN::Meta::Converter version 2.150010'
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -17,10 +17,10 @@ name: Apache-Session-Browseable
provides:
Apache::Session::Browseable:
file: lib/Apache/Session/Browseable.pm
version: v1.2.5
version: v1.2.7
Apache::Session::Browseable::DBI:
file: lib/Apache/Session/Browseable/DBI.pm
version: v1.2.2
version: v1.2.7
Apache::Session::Browseable::File:
file: lib/Apache/Session/Browseable/File.pm
version: v1.2.3
Expand All @@ -35,16 +35,16 @@ provides:
version: v1.2.5
Apache::Session::Browseable::MySQLJSON:
file: lib/Apache/Session/Browseable/MySQLJSON.pm
version: v1.2.5
version: v1.2.7
Apache::Session::Browseable::Oracle:
file: lib/Apache/Session/Browseable/Oracle.pm
version: v1.2.2
Apache::Session::Browseable::PgHstore:
file: lib/Apache/Session/Browseable/PgHstore.pm
version: v1.2.5
version: v1.2.7
Apache::Session::Browseable::PgJSON:
file: lib/Apache/Session/Browseable/PgJSON.pm
version: v1.2.5
version: v1.2.7
Apache::Session::Browseable::Postgres:
file: lib/Apache/Session/Browseable/Postgres.pm
version: v1.2.5
Expand Down Expand Up @@ -80,7 +80,7 @@ provides:
version: v1.2.2
Apache::Session::Browseable::Store::SQLite:
file: lib/Apache/Session/Browseable/Store/SQLite.pm
version: v1.2.2
version: v1.2.7
Apache::Session::Browseable::Store::Sybase:
file: lib/Apache/Session/Browseable/Store/Sybase.pm
version: v1.2.2
Expand All @@ -95,7 +95,7 @@ provides:
version: v1.2.5
Apache::Session::Serialize::JSON:
file: lib/Apache/Session/Serialize/JSON.pm
version: v1.2.2
version: v1.2.6
recommends:
DBI: '0'
Net::LDAP: '0.38'
Expand All @@ -104,5 +104,5 @@ requires:
JSON: '0'
resources:
license: http://dev.perl.org/licenses/
version: v1.2.5
version: v1.2.7
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 comments on commit 67d3b48

Please sign in to comment.