We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3cbd6 commit 87c02a1Copy full SHA for 87c02a1
README.pod
@@ -61,8 +61,9 @@ a subset of the functionality).
61
It is based on Martin Berends' MiniDBI project, but unlike MiniDBI, DBDish
62
aims to provide an interface that takes advantage of Perl 6 idioms
63
64
-Unlike perl5 DBI, it provide a fetchrow_typedhash method on DBD::StatementHandle
65
-that returns a hash with Perl6 typed value (work only with Pg for now)
+Unlike Perl 5's DBI, it provides a `fetchrow_typedhash` method on
+DBD::StatementHandle that returns a hash with Perl6 typed value (works
66
+only with Pg for now).
67
68
=head1 INSTALLATION
69
0 commit comments