diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-05-26 13:44:24 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-05-26 13:44:24 +0000 |
commit | e3070b713f17019a275e5cc5046203d0764f6317 (patch) | |
tree | 796120b3bc1486406e69494ea48a4b6ffe155276 /devel/p5-Test-Unit/files/patch-Makefile.PL | |
parent | 11c12f0a64ff6195a408a61c8151cd8641938342 (diff) | |
download | ports-e3070b713f17019a275e5cc5046203d0764f6317.tar.gz ports-e3070b713f17019a275e5cc5046203d0764f6317.zip |
- manually set MAN3PODS to fix PLIST under perl 5.00503
PR: 80510
Submitted by: leeym
Approved by: maintainer-timeout
Notes
Notes:
svn path=/head/; revision=136171
Diffstat (limited to 'devel/p5-Test-Unit/files/patch-Makefile.PL')
-rw-r--r-- | devel/p5-Test-Unit/files/patch-Makefile.PL | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Test-Unit/files/patch-Makefile.PL b/devel/p5-Test-Unit/files/patch-Makefile.PL new file mode 100644 index 000000000000..30be12d588f4 --- /dev/null +++ b/devel/p5-Test-Unit/files/patch-Makefile.PL @@ -0,0 +1,37 @@ +--- Makefile.PL.orig Sun May 1 01:47:21 2005 ++++ Makefile.PL Sun May 1 01:51:43 2005 +@@ -14,4 +14,34 @@ + Error => 0, + base => 1, + }, ++ 'MAN3PODS' => { ++ 'lib/Test/Unit/Runner.pm' => 'blib/man3/Test::Unit::Runner.3', ++ 'lib/Test/Unit/Exception.pm' => 'blib/man3/Test::Unit::Exception.3', ++ 'lib/Test/Unit/HarnessUnit.pm' => 'blib/man3/Test::Unit::HarnessUnit.3', ++ 'lib/Test/Unit/Assert.pm' => 'blib/man3/Test::Unit::Assert.3', ++ 'lib/Test/Unit/UnitHarness.pm' => 'blib/man3/Test::Unit::UnitHarness.3', ++ 'lib/Test/Unit/Loader.pm' => 'blib/man3/Test::Unit::Loader.3', ++ 'lib/Test/Unit/Test.pm' => 'blib/man3/Test::Unit::Test.3', ++ 'lib/Test/Unit/Failure.pm' => 'blib/man3/Test::Unit::Failure.3', ++ 'lib/Test/Unit/Warning.pm' => 'blib/man3/Test::Unit::Warning.3', ++ 'lib/Test/Unit/Decorator.pm' => 'blib/man3/Test::Unit::Decorator.3', ++ 'lib/Test/Unit/Procedural.pm' => 'blib/man3/Test::Unit::Procedural.3', ++ 'lib/Test/Unit/Debug.pm' => 'blib/man3/Test::Unit::Debug.3', ++ 'lib/Test/Unit/Listener.pm' => 'blib/man3/Test::Unit::Listener.3', ++ 'lib/Test/Unit/Assertion/Boolean.pm' => 'blib/man3/Test::Unit::Assertion::Boolean.3', ++ 'lib/Test/Unit/Assertion/Regexp.pm' => 'blib/man3/Test::Unit::Assertion::Regexp.3', ++ 'lib/Test/Unit/Assertion/Exception.pm' => 'blib/man3/Test::Unit::Assertion::Exception.3', ++ 'lib/Test/Unit/Assertion/CodeRef.pm' => 'blib/man3/Test::Unit::Assertion::CodeRef.3', ++ 'lib/Test/Unit/Tutorial.pm' => 'blib/man3/Test::Unit::Tutorial.3', ++ 'lib/Test/Unit/Setup.pm' => 'blib/man3/Test::Unit::Setup.3', ++ 'lib/Test/Unit/Runner/Terminal.pm' => 'blib/man3/Test::Unit::Runner::Terminal.3', ++ 'lib/Test/Unit/TestSuite.pm' => 'blib/man3/Test::Unit::TestSuite.3', ++ 'lib/Test/Unit/TkTestRunner.pm' => 'blib/man3/Test::Unit::TkTestRunner.3', ++ 'lib/Test/Unit/Assertion.pm' => 'blib/man3/Test::Unit::Assertion.3', ++ 'lib/Test/Unit/TestCase.pm' => 'blib/man3/Test::Unit::TestCase.3', ++ 'lib/Test/Unit/TestRunner.pm' => 'blib/man3/Test::Unit::TestRunner.3', ++ 'lib/Test/Unit/Result.pm' => 'blib/man3/Test::Unit::Result.3', ++ 'lib/Test/Unit/Error.pm' => 'blib/man3/Test::Unit::Error.3', ++ 'lib/Test/Unit.pm' => 'blib/man3/Test::Unit.3', ++ }, + ); |