]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Some editors may not recognize POD blocks without blank lines separating them from...
authorHilko Bengen <bengen@debian.org>
Wed, 30 Mar 2011 18:39:49 +0000 (20:39 +0200)
committerAndreas Barth <aba@not.so.argh.org>
Wed, 30 Mar 2011 19:42:06 +0000 (21:42 +0200)
bin/wanna-build

index 17f69b19d01667a1feedfec71b044fff045812d5..5a32603271c3deeadef2aa5b3600608a4570f925 100755 (executable)
@@ -2007,7 +2007,9 @@ sub print_format {
     my $printfmt = shift;
     my $pkg = shift;
     my $var = shift;
+
 =pod
+
 Within an format string, the following values are allowed (need to be preceded by %).
 This can be combined to e.g.
 wanna-build --format='wanna-build -A %a --give-back %p_%v' -A mipsel --list=failed
@@ -2041,6 +2043,7 @@ X the string normally between [], e.g. optional:out-of-date:calprio{61}:days{25}
 Text could contain further %. To start with !, use %!
 
 =cut
+
     return stringf($printfmt, (
         'p' => make_fmt( $pkg->{'package'}, $pkg, $var),
         'a' => make_fmt( $arch, $pkg, $var),