Skip to content

Commit

Permalink
Fix README formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 18, 2013
1 parent 41efca9 commit 31f9e18
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Expand Up @@ -16,25 +16,25 @@ MyTAP tests:

Or in F<Build.PL> for your application with MyTAP tests in F<t/*.my>:

Module::Build->new(
module_name => 'MyApp',
test_file_exts => [qw(.t .my)],
use_tap_harness => 1,
tap_harness_args => {
sources => {
Perl => undef,
MyTAP => {
database => 'try',
user => 'root',
suffix => '.my',
},
}
},
build_requires => {
'Module::Build' => '0.30',
'TAP::Parser::SourceHandler::MyTAP' => '3.22',
},
)->create_build_script;
Module::Build->new(
module_name => 'MyApp',
test_file_exts => [qw(.t .my)],
use_tap_harness => 1,
tap_harness_args => {
sources => {
Perl => undef,
MyTAP => {
database => 'try',
user => 'root',
suffix => '.my',
},
}
},
build_requires => {
'Module::Build' => '0.30',
'TAP::Parser::SourceHandler::MyTAP' => '3.22',
},
)->create_build_script;

Installation
------------
Expand All @@ -54,7 +54,7 @@ TAP::Parser::SourceHandler::MyTAP requires TAP::Parser::SourceHandler.
Copyright and Licence
---------------------

Copyright (c) 2010 David E. Wheeler. Some Rights Reserved.
Copyright (c) 2010-2013 David E. Wheeler. Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

0 comments on commit 31f9e18

Please sign in to comment.