Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Nov 20, 2019
1 parent 089f889 commit 44cfbbd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"provides" : {
"Apache::Session::Browseable" : {
"file" : "lib/Apache/Session/Browseable.pm",
"version" : "v1.3.2"
"version" : "v1.3.4"
},
"Apache::Session::Browseable::DBI" : {
"file" : "lib/Apache/Session/Browseable/DBI.pm",
"version" : "v1.2.7"
"version" : "v1.3.4"
},
"Apache::Session::Browseable::File" : {
"file" : "lib/Apache/Session/Browseable/File.pm",
"version" : "v1.2.3"
"version" : "v1.3.4"
},
"Apache::Session::Browseable::Informix" : {
"file" : "lib/Apache/Session/Browseable/Informix.pm",
Expand All @@ -63,27 +63,27 @@
},
"Apache::Session::Browseable::MySQLJSON" : {
"file" : "lib/Apache/Session/Browseable/MySQLJSON.pm",
"version" : "v1.2.7"
"version" : "v1.3.4"
},
"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.3.0"
"version" : "v1.3.4"
},
"Apache::Session::Browseable::PgJSON" : {
"file" : "lib/Apache/Session/Browseable/PgJSON.pm",
"version" : "v1.2.9"
"version" : "v1.3.4"
},
"Apache::Session::Browseable::Postgres" : {
"file" : "lib/Apache/Session/Browseable/Postgres.pm",
"version" : "v1.3.1"
},
"Apache::Session::Browseable::Redis" : {
"file" : "lib/Apache/Session/Browseable/Redis.pm",
"version" : "v1.3.2"
"version" : "v1.3.4"
},
"Apache::Session::Browseable::SQLite" : {
"file" : "lib/Apache/Session/Browseable/SQLite.pm",
Expand Down Expand Up @@ -155,6 +155,6 @@
"url" : "https://github.com/LemonLDAPNG/Apache-Session-Browseable"
}
},
"version" : "v1.3.3",
"x_serialization_backend" : "JSON::PP version 2.97001"
"version" : "v1.3.4",
"x_serialization_backend" : "JSON::PP version 4.02"
}
16 changes: 8 additions & 8 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ name: Apache-Session-Browseable
provides:
Apache::Session::Browseable:
file: lib/Apache/Session/Browseable.pm
version: v1.3.2
version: v1.3.4
Apache::Session::Browseable::DBI:
file: lib/Apache/Session/Browseable/DBI.pm
version: v1.2.7
version: v1.3.4
Apache::Session::Browseable::File:
file: lib/Apache/Session/Browseable/File.pm
version: v1.2.3
version: v1.3.4
Apache::Session::Browseable::Informix:
file: lib/Apache/Session/Browseable/Informix.pm
version: v1.2.2
Expand All @@ -35,22 +35,22 @@ provides:
version: v1.2.5
Apache::Session::Browseable::MySQLJSON:
file: lib/Apache/Session/Browseable/MySQLJSON.pm
version: v1.2.7
version: v1.3.4
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.3.0
version: v1.3.4
Apache::Session::Browseable::PgJSON:
file: lib/Apache/Session/Browseable/PgJSON.pm
version: v1.2.9
version: v1.3.4
Apache::Session::Browseable::Postgres:
file: lib/Apache/Session/Browseable/Postgres.pm
version: v1.3.1
Apache::Session::Browseable::Redis:
file: lib/Apache/Session/Browseable/Redis.pm
version: v1.3.2
version: v1.3.4
Apache::Session::Browseable::SQLite:
file: lib/Apache/Session/Browseable/SQLite.pm
version: v1.2.2
Expand Down Expand Up @@ -105,5 +105,5 @@ requires:
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/LemonLDAPNG/Apache-Session-Browseable
version: v1.3.3
version: v1.3.4
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 comments on commit 44cfbbd

Please sign in to comment.