Skip to content

Commit e400f87

Browse files
author
H.Merijn Brand - Tux
committed
small error in docs for write_typeinfo_pm
1 parent d353b6a commit e400f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DBI/DBD.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ L</Generating the get_info method>.
27072707
With the pre-requisites in place, you might type:
27082708
27092709
perl -MDBI::DBD::Metadata -we \
2710-
"write_typeinfo (qw{ dbi:ODBC:foo_db username password Driver })"
2710+
"write_typeinfo_pm (qw{ dbi:ODBC:foo_db username password Driver })"
27112711
27122712
The procedure writes to standard output the code that should be added to
27132713
your F<Driver.pm> file and the code that should be written to

0 commit comments

Comments
 (0)