File: 01_fix-manpage

package info (click to toggle)
libdbix-abstract-perl 1.040-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 1,133; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: unbreakable line in manpage
Origin: vendor
Forwarded: not-needed
Author: Gerfried Fuchs <rhonda@debian.at>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-09-24

--- a/lib/DBIx/Abstract.pm
+++ b/lib/DBIx/Abstract.pm
@@ -1378,7 +1378,7 @@
 
 ($fields,[$table,[$where[,$order]]])
 
-({fields=>$fields,table=>$table[,where=>$where][,order=>$order][,join=>$join][,group=>$group]})
+({ fields=>$fields, table=>$table [,where=>$where] [,order=>$order] [,join=>$join] [,group=>$group] })
 
 The select method returns the DBIx::Abstract object it was invoked with. 
 This allows you to chain commands.