Skip to content

Commit

Permalink
Commit somehow-overlooked test dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Jul 12, 2013
1 parent df30d8b commit f2d7ceb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions t/var/fakecpan/configs/multiple-modules-tester.json
@@ -0,0 +1,19 @@
{
"name": "Multiple-Modules-Tester",
"abstract": "A dist that Multiple::Modules::* can use for testing",
"version": 0.96,
"meta-spec": {
"version": 1.3
},
"X_Module_Faker": {
"cpan_author": "LOCAL",
"append": [ {
"file": "lib/Multiple/Modules/Tester.pm",
"content": "package Multiple::Modules::Tester;\n1;\n\n=head1 NAME\n\nMultiple::Modules::Tester - abstract"
},
{
"file": "t/foo.t",
"content": "use Test::More;"
} ]
}
}

0 comments on commit f2d7ceb

Please sign in to comment.