[libtest-bdd-cucumber-perl] 01/05: Correcting link syntax in Tutorial.pod

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


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

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

commit 8882ce40f8ba44362e69326b62218ccca82e76ad
Author: Paul Cochrane <paul at liekut.de>
Date:   Wed Jun 4 11:09:43 2014 +0200

    Correcting link syntax in Tutorial.pod
    
    The link was missing a pipe (|) separator and was using a '/' in the link
    text, which is disallowed by the POD formatting rules.  I've removed the
    leading "t/" in the link text and hope that this is OK.  The sense of the
    sentence is retained, the reader merely needs to know to look in the 't'
    directory for the 900_run_features.t file.
---
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Test/BDD/Cucumber/Manual/Tutorial.pod b/lib/Test/BDD/Cucumber/Manual/Tutorial.pod
index 9b88b48..4cb9595 100644
--- a/lib/Test/BDD/Cucumber/Manual/Tutorial.pod
+++ b/lib/Test/BDD/Cucumber/Manual/Tutorial.pod
@@ -88,7 +88,7 @@ C<features/step_definitions/basic_steps.pl> file in it:
  };
 
 When you run L<pherkin|App::Pherkin> or the Test::Builder-based test which does
-the same thing (L<t/900_run_features.thttps://github.com/sheriff/test-bdd-cucumber-perl/blob/master/t/900_run_features.t>),
+the same thing (L<900_run_features.t|https://github.com/sheriff/test-bdd-cucumber-perl/blob/master/t/900_run_features.t>),
 we look for a C<features/> directory, and search for step definitions files
 (matched by C<*_steps.pl>) and feature files (matched by C<*.feature>).
 

-- 
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