You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have the time to make a test for this right now, thus i am documenting here what needs to be done:
In t/metadata.t the tests for package_versions_from_directory need to be extended by way of adding another file to the dist being inspected, said file needing to be stuck in a sub dir, e.g. Nested::Simple. The file should contain code sufficient to trigger the error of "Unexpected conflict in '$package'; multiple versions found.\n". Said throwing should be considered a success.
This needs to be tested because in its current state the path splitting a little further up would keep this check from functioning properly. I am providing a fix for this in a pull request to come, but a test will need to be made as per above.
The text was updated successfully, but these errors were encountered:
wchristian
added a commit
to wchristian/Module-Metadata
that referenced
this issue
Sep 13, 2016
I don't have a test for this because it would be a little more effort
than i want to give at the moment. The github issue Perl-Toolchain-Gang#23 contains
information on how the test needs to be.
I don't have a test for this because it would be a little more effort
than i want to give at the moment. The github issue Perl-Toolchain-Gang#23 contains
information on how the test needs to be.
wchristian
added a commit
to wchristian/Module-Metadata
that referenced
this issue
Jul 19, 2018
I don't have a test for this because it would be a little more effort
than i want to give at the moment. The github issue Perl-Toolchain-Gang#23 contains
information on how the test needs to be.
I don't have the time to make a test for this right now, thus i am documenting here what needs to be done:
In t/metadata.t the tests for package_versions_from_directory need to be extended by way of adding another file to the dist being inspected, said file needing to be stuck in a sub dir, e.g. Nested::Simple. The file should contain code sufficient to trigger the error of "Unexpected conflict in '$package'; multiple versions found.\n". Said throwing should be considered a success.
This needs to be tested because in its current state the path splitting a little further up would keep this check from functioning properly. I am providing a fix for this in a pull request to come, but a test will need to be made as per above.
The text was updated successfully, but these errors were encountered: