Skip Menu |

This queue is for tickets about the DBIx-Frame CPAN distribution.

Report information
The Basics
Id: 51865
Status: new
Priority: 0/
Queue: DBIx-Frame

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.06
Fixed in: (no value)



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/DBIx/Frame.pm b/DBIx/Frame.pm index 2123f87..96ab6a9 100644 --- a/DBIx/Frame.pm +++ b/DBIx/Frame.pm @@ -286,7 +286,7 @@ sub invoke { =item func ( FUNCTION ) -Invokes C<FUNCTION> on the database, using C<DBI->func>. +Invokes C<FUNCTION> on the database, using C<< DBI->func >>. =cut