| CPAN-Test-Dummy-Perl5-Make-PerlReq-Fail documentation | Contained in the CPAN-Test-Dummy-Perl5-Make-PerlReq-Fail distribution. |
CPAN::Test::Dummy::Perl5::Make::PerlReq::Fail - CPAN Test Dummy that fails to find a required version of Perl
use CPAN::Test::Dummy::Perl5::Make::PerlReq::Fail;
This test dummy lists Perl 6 as a requirement. It is designed to test how CPAN and related tools handle failing Perl requirements.
Not intended for any real use.
David A. Golden (DAGOLDEN)
Copyright (c) 2009 by David A. Golden. All rights reserved.
Licensed under the same terms as Perl itself.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
| CPAN-Test-Dummy-Perl5-Make-PerlReq-Fail documentation | Contained in the CPAN-Test-Dummy-Perl5-Make-PerlReq-Fail distribution. |
# Copyright (c) 2009 by David Golden. All rights reserved. # Licensed under the same terms as Perl itself package CPAN::Test::Dummy::Perl5::Make::PerlReq::Fail; use strict; use vars '$VERSION'; $VERSION = '0.001'; $VERSION = eval $VERSION; ## no critic require 6; # require Perl 6 1; __END__