Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax
authorOwen Leonard <oleonard@myacpl.org>
Mon, 19 Aug 2013 14:55:52 +0000 (10:55 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 20 Aug 2013 14:32:31 +0000 (14:32 +0000)
commit7ae3ea68579b3f870d7e42968c3727ecffac7f02
treee0a0214c62e31f803b19538edabc547857a0e2d3
parent54c6dccca70a142c14fff049cb3212694af86610
Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax

This patch updates the example template syntax in the POD for
C4::Branch::GetBranches() to use Template Toolkit syntax.

To test, view the POD for C4::Branch::GetBranches() and confirm that it
looks correct.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Checked the POD with "perldoc C4/Branch.pm" before and after applying
the patch. The example now uses TT syntax, and looks sensible.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Branch.pm