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 d353b6a commit e400f87Copy full SHA for e400f87
lib/DBI/DBD.pm
@@ -2707,7 +2707,7 @@ L</Generating the get_info method>.
2707
With the pre-requisites in place, you might type:
2708
2709
perl -MDBI::DBD::Metadata -we \
2710
- "write_typeinfo (qw{ dbi:ODBC:foo_db username password Driver })"
+ "write_typeinfo_pm (qw{ dbi:ODBC:foo_db username password Driver })"
2711
2712
The procedure writes to standard output the code that should be added to
2713
your F<Driver.pm> file and the code that should be written to
0 commit comments