Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
For panda's users, now v0.5.3
  • Loading branch information
salortiz committed Mar 30, 2016
1 parent e01c873 commit 93cc0d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META6.json
@@ -1,7 +1,7 @@
{
"perl" : "6",
"name" : "DBIish",
"version" : "0.5.2",
"version" : "0.5.3",
"description" : "Database connectivity for Perl 6",
"test-depends" : [ "Data::Dump" ],
"depends" : [ "NativeHelpers::Blob" ],
Expand Down
4 changes: 2 additions & 2 deletions lib/DBIish.pm6
@@ -1,7 +1,7 @@
use v6;
# DBIish.pm6

unit class DBIish:auth<mberends>:ver<0.5.2>;
unit class DBIish:auth<mberends>:ver<0.5.3>;
use DBDish;

package GLOBAL::X::DBIish {
Expand All @@ -14,7 +14,7 @@ unit class DBIish:auth<mberends>:ver<0.5.2>;
has $.library;
method message { "DBIish: DBDish::$.driver needs $.library, not found" }
}
our class NotADBIishDriver is Exception {
our class NotADBDishDriver is Exception {
has $.who;
method message { "$.who is not a DBDish::Driver" };
}
Expand Down

0 comments on commit 93cc0d3

Please sign in to comment.