-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,23 +3,8 @@ use Test::More; | |
use lib "."; | ||
use xt::Run; | ||
|
||
run 'Date::[email protected]'; | ||
like last_build_log, qr/installed TimeDate-1.19/; | ||
|
||
run 'CPAN::Test::Dummy::MultiPkgVer~>0.01'; | ||
like last_build_log, qr/0\.01 .* doesn't satisfy/; | ||
|
||
run 'CPAN::Test::Dummy::MultiPkgVer::[email protected]'; | ||
like last_build_log, qr/0\.10 .* doesn't satisfy == 0.01/; | ||
|
||
run 'CPAN::Test::Dummy::[email protected]'; | ||
like last_build_log, qr/Finding CPAN::Test::Dummy::MultiPkgVer \(== 0\.05\) on metacpan failed/; | ||
|
||
run '--metacpan', 'CPAN::Test::Dummy::MultiPkgVer::Inner~0.10'; | ||
like last_build_log, qr/installed CPAN-Test-Dummy-MultiPkgVer-0\.01/; | ||
|
||
run 'CPAN::Test::Dummy::MultiPkgVer~==0.01'; | ||
like last_build_log, qr/installed CPAN-Test-Dummy-MultiPkgVer-0\.01/; | ||
run 'Date::[email protected]'; | ||
like last_build_log, qr/installed TimeDate-1.20/; | ||
|
||
# range for v-strings | ||
run 'App::ForkProve~>= v0.4.0, < v0.5.0'; | ||
|