Skip Menu |

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

Report information
The Basics
Id: 51871
Status: new
Priority: 0/
Queue: DBIx-Repgen

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

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



Subject: [Patch] POD nits
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/Repgen.pm b/Repgen.pm index 41086c0..abab8f3 100644 --- a/Repgen.pm +++ b/Repgen.pm @@ -61,12 +61,12 @@ environment. There are following wais for defining this statement. =item 1. -Constructor receives in C<sth> element prepared (C<$dbh->prepare>) but not executed -(C<$sth->execute>) statement handle. +Constructor receives in C<sth> element prepared (C<< $dbh->prepare >>) but not executed +(C<< $sth->execute >>) statement handle. =item 2. -Constructor receives database connection handle (from C<DBI->connect(...)>) and full text +Constructor receives database connection handle (from C<< DBI->connect(...) >>) and full text of select statement to be executed. Needed C<prepare> and C<execute> calls will perform by the report run. diff --git a/Repgen.ru.pod b/Repgen.ru.pod index 31c0955..935b0f4 100644 --- a/Repgen.ru.pod +++ b/Repgen.ru.pod @@ -66,18 +66,18 @@ environment. There are following wais for defining this statement. =item 1. ëÏÎÓÔÒÕËÔÏÒÕ ÐÅÒÅÄÁÅÔÓÑ × ÜÌÅÍÅÎÔÅ C<sth> -ÐÏÄÇÏÔÏ×ÌÅÎÎÙÊ (Ô.Å. ÐÏÌÕÞÅÎÎÙÊ ×ÙÐÏÌÎÅÎÉÅÍ C<$dbh->prepare>), ÎÏ ÅÝÅ ÎÅ ×ÙÐÏÌÎÅÎÎÙÊ -(C<$sth->execute>) ÈÜÎÄÌ ÏÐÅÒÁÔÏÒÁ. +ÐÏÄÇÏÔÏ×ÌÅÎÎÙÊ (Ô.Å. ÐÏÌÕÞÅÎÎÙÊ ×ÙÐÏÌÎÅÎÉÅÍ C<< $dbh->prepare >>), ÎÏ ÅÝÅ ÎÅ ×ÙÐÏÌÎÅÎÎÙÊ +(C<< $sth->execute >>) ÈÜÎÄÌ ÏÐÅÒÁÔÏÒÁ. -Constructor receives in C<sth> element prepared (C<$dbh->prepare>) but not executed -(C<$sth->execute>) statement handle. +Constructor receives in C<sth> element prepared (C<< $dbh->prepare >>) but not executed +(C<< $sth->execute >>) statement handle. =item 2. ëÏÎÓÔÒÕËÔÏÒÕ ÐÅÒÅÄÁÀÔÓÑ ÈÜÎÄÌ ËÏÎÎÅËÃÉÉ Ë âä É ÐÏÌÎÙÊ ÔÅËÓÔ select-ÏÐÅÒÁÔÏÒÁ × ÐÁÒÁÍÅÔÒÁÈ C<dbh> É C<query>, ÓÏÏÔ×ÅÔÓÔ×ÅÎÎÏ. ðÒÉ ÜÔÏÍ ÎÅÏÂÈÏÄÉÍÙÅ C<prepare> É C<execute> ÂÕÄÅÔ ×ÙÐÏÌÎÅÎ ÐÒÉ ÚÁÐÕÓËÅ ÏÔÞÅÔÁ. -Constructor receives database connection handle (from C<DBI->connect(...)>) and full text +Constructor receives database connection handle (from C<< DBI->connect(...) >>) and full text of select statement to be executed. Needed C<prepare> and C<execute> calls will perform by the report run.