[Lsb-messages] /var/www/bzr/lsb/devel/perl-test r108: stop testing removed perl modules (bugs 4060, 3459)

Mats Wichmann mats at linuxfoundation.org
Sat Jan 31 13:20:58 UTC 2015


------------------------------------------------------------
revno: 108
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: perl-test
timestamp: Sat 2015-01-31 06:20:58 -0700
message:
  stop testing removed perl modules (bugs 4060, 3459)
modified:
  scripts/package/Makefile
  scripts/package/tst_perlModPresent.pl
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2014-09-26 15:30:04 +0000
+++ b/scripts/package/Makefile	2015-01-31 13:20:58 +0000
@@ -1,7 +1,7 @@
 # XXX We should play the usual tricks defining stuff here and building
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-perl
-VERSION=5.0.0
+VERSION=5.0.1
 BUILDNO=1
 PERLVER8=5.8.8
 PERLVER10=5.10.0

=== modified file 'scripts/package/tst_perlModPresent.pl'
--- a/scripts/package/tst_perlModPresent.pl	2011-01-06 17:08:35 +0000
+++ b/scripts/package/tst_perlModPresent.pl	2015-01-31 13:20:58 +0000
@@ -25,14 +25,16 @@
 #    use_ok( 'CGI::Fast' );
     use_ok( 'CGI::Pretty' );
     use_ok( 'CGI::Push' );
-    use_ok( 'CGI::Switch' );
+# dropped per bug 3459
+#   use_ok( 'CGI::Switch' );
     use_ok( 'CGI::Util' );
     use_ok( 'CPAN' );
     use_ok( 'CPAN::FirstTime' );
     use_ok( 'CPAN::Nox' );
     use_ok( 'Carp' );
     use_ok( 'Carp::Heavy' );
-    use_ok( 'Class::ISA' );
+# dropped per bug 3459
+#    use_ok( 'Class::ISA' );
     use_ok( 'Class::Struct' );
     use_ok( 'Cwd' );
     use_ok( 'DB' );
@@ -46,6 +48,7 @@
     use_ok( 'Data::Dumper' );
 # Use of DProf in this way is not supported by Perl
 # We have a separate test to verify DProf is present.
+# note per bug 3459 this is dropped from LSB entirely
 #    use_ok( 'Devel::DProf' );
     use_ok( 'Devel::PPPort' );
     use_ok( 'Devel::Peek' );
@@ -212,7 +215,8 @@
 #    use_ok( 'Pod::Perldoc::ToTk' );
 #    use_ok( 'Pod::Perldoc::ToXml' );
     use_ok( 'Pod::PlainText' );
-    use_ok( 'Pod::Plainer' );
+# dropped per bug 3459
+#   use_ok( 'Pod::Plainer' );
     use_ok( 'Pod::Select' );
     use_ok( 'Pod::Text' );
     use_ok( 'Pod::Text::Color' );
@@ -225,7 +229,8 @@
     use_ok( 'Search::Dict' );
     use_ok( 'SelectSaver' );
     use_ok( 'SelfLoader' );
-    use_ok( 'Shell' );
+# dropped per bug 3459
+#   use_ok( 'Shell' );
     use_ok( 'Socket' );
     use_ok( 'Storable' );
     use_ok( 'Sys::Hostname' );



More information about the lsb-messages mailing list