[libtest-bdd-cucumber-perl] 51/52: Indent synopsis properly

Intrigeri intrigeri at moszumanska.debian.org
Thu Jun 19 10:18:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.19
in repository libtest-bdd-cucumber-perl.

commit 52a030af3ece197d340c566cdd7138064a48ad1c
Author: Peter Sergeant <pete at clueball.com>
Date:   Tue Jun 3 07:34:51 2014 +0100

    Indent synopsis properly
---
 lib/Test/BDD/Cucumber/I18n.pm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/lib/Test/BDD/Cucumber/I18n.pm b/lib/Test/BDD/Cucumber/I18n.pm
index 281b174..7795c33 100644
--- a/lib/Test/BDD/Cucumber/I18n.pm
+++ b/lib/Test/BDD/Cucumber/I18n.pm
@@ -10,19 +10,20 @@ Internationalization of feature files and step definitions.
 
 =head1 SYNOPSIS
 
-use Test::BDD::Cucumber::I18N qw(languages has_language langdef);
+  use Test::BDD::Cucumber::I18N
+      qw(languages has_language langdef);
 
-# get codes of supported languages
-my @supported_languages = languages();
+  # get codes of supported languages
+  my @supported_languages = languages();
 
-# look up if a language is supported
-my $language_is_supported = has_language('de');
+  # look up if a language is supported
+  my $language_is_supported = has_language('de');
 
-# get definition of a language
-my $langdef = langdef('de');
+  # get definition of a language
+  my $langdef = langdef('de');
 
-# get readable keyword definitions
-my $string = readable_keywords
+  # get readable keyword definitions
+  my $string = readable_keywords
 
 =cut
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



More information about the Pkg-perl-cvs-commits mailing list