Bugzilla – Attachment 35914 Details for
Bug 13545
Add barcode image generator service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13545 [QA Followup] - Complete POD documentation
Bug-13545-QA-Followup---Complete-POD-documentation.patch (text/plain), 1.09 KB, created by
Kyle M Hall (khall)
on 2015-02-13 16:22:26 UTC
(
hide
)
Description:
Bug 13545 [QA Followup] - Complete POD documentation
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-02-13 16:22:26 UTC
Size:
1.09 KB
patch
obsolete
>From 02431dfc5ab246a177bb87193db4607605cd0b37 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 13 Feb 2015 11:18:39 -0500 >Subject: [PATCH] Bug 13545 [QA Followup] - Complete POD documentation > >--- > svc/barcode | 20 +++++++++++++++++--- > 1 files changed, 17 insertions(+), 3 deletions(-) > >diff --git a/svc/barcode b/svc/barcode >index 1a00c1f..de70430 100755 >--- a/svc/barcode >+++ b/svc/barcode >@@ -42,8 +42,21 @@ I<barcode> is the desired barcode. It should be called like: > > =item I<type> > >-I<type> is the desired barcode type. Possible values are TODO. If ommited, >-it defaults to Code39. >+I<type> is the desired barcode type. Possible values are >+Code39 >+UPCE >+UPCA >+QRcode >+NW7 >+Matrix2of5 >+ITF >+Industrial2of5 >+IATA2of5 >+EAN8 >+EAN13 >+COOP2of5 >+ >+If ommited,it defaults to Code39. > > =back > >@@ -81,6 +94,7 @@ eval { > > if ( $@ ) { > # problem creating image >+ warn $@; > print header( -status => 500 ); > } else { > print header('image/png'); >@@ -93,4 +107,4 @@ exit 0; > > Kyle M Hall <kyle@bywatersolutions.com> > >-=cut >\ No newline at end of file >+=cut >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13545
:
35094
|
35095
|
35103
|
35128
|
35325
|
35806
|
35912
|
35913
|
35914
|
35915