Perl modules

Hello,

I was wondering if we could put all the necessary perl modules into

/pub/rt/contrib/(1.0|2.0)/perlmod ? The reason for this is,
I’m having a hard time trying to get rt v2RC3 to recognize “MIME::Entity”.

I installed both "MIME-tools-5.411" and "MIME-tools-5.314" with no

luck. Any help is appreciated.

						Eric B.

speedy% make testdeps
/usr/local/bin/perl5 ./tools/testdeps -warn mysql
Checking for DBI 1.16 …found
Checking for DBIx::DataSource 0.02 …found
Checking for DBIx::SearchBuilder 0.39 …found
Checking for HTML::Entities…found
Checking for MLDBM…found
Checking for Net::Domain…found
Checking for Net::SMTP…found
Checking for Params::Validate 0.02 …found
Checking for HTML::Mason 0.896 …found
Checking for CGI::Cookie 1.06 …found
Checking for Apache::Session 1.53 …found
Checking for Date::Parse…found
Checking for Date::Format…found
Checking for MIME::Entity 5.108 …MIME::Entity 5.108 not installed.
Checking for Mail::Mailer 1.20 …found
Checking for Getopt::Long 2.24 …Getopt::Long 2.24 not installed.
Checking for Tie::IxHash…Tie::IxHash not installed.
Checking for Text::Wrapper…Text::Wrapper not installed.
Checking for Text::Template…Text::Template not installed.
Checking for File::Spec 0.8 …found
Checking for Errno…found
Checking for File::Temp…File::Temp not installed.
Checking for Log::Dispatch 1.6 …Log::Dispatch 1.6 not installed.
Checking for DBD::mysql 2.0416 …DBD::mysql 2.0416 not installed.

I’m somewhat leery of doing this, as such archives tend to stagnate.
The testdeps and fixdeps makefile targets were designed to address
just such situations. If they’re not doing the right thing, then we
need to fix them :wink: Does ‘make fixdeps’ error out?

    -jOn Wed, Jun 27, 2001 at 04:50:08PM -0700, Eric Brueggmann wrote:

Hello,

I was wondering if we could put all the necessary perl modules into
/pub/rt/contrib/(1.0|2.0)/perlmod ? The reason for this is,
I’m having a hard time trying to get rt v2RC3 to recognize “MIME::Entity”.

I installed both “MIME-tools-5.411” and “MIME-tools-5.314” with no
luck. Any help is appreciated.

  					Eric B.

speedy% make testdeps
/usr/local/bin/perl5 ./tools/testdeps -warn mysql
Checking for DBI 1.16 …found
Checking for DBIx::DataSource 0.02 …found
Checking for DBIx::SearchBuilder 0.39 …found
Checking for HTML::Entities…found
Checking for MLDBM…found
Checking for Net::Domain…found
Checking for Net::SMTP…found
Checking for Params::Validate 0.02 …found
Checking for HTML::Mason 0.896 …found
Checking for CGI::Cookie 1.06 …found
Checking for Apache::Session 1.53 …found
Checking for Date::Parse…found
Checking for Date::Format…found
Checking for MIME::Entity 5.108 …MIME::Entity 5.108 not installed.
Checking for Mail::Mailer 1.20 …found
Checking for Getopt::Long 2.24 …Getopt::Long 2.24 not installed.
Checking for Tie::IxHash…Tie::IxHash not installed.
Checking for Text::Wrapper…Text::Wrapper not installed.
Checking for Text::Template…Text::Template not installed.
Checking for File::Spec 0.8 …found
Checking for Errno…found
Checking for File::Temp…File::Temp not installed.
Checking for Log::Dispatch 1.6 …Log::Dispatch 1.6 not installed.
Checking for DBD::mysql 2.0416 …DBD::mysql 2.0416 not installed.


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

<Dr_Memory> the point is that words were exchanged. neurolinguistic
programming will do the rest. they should be showing up at my house
any day now.

I was wondering if we could put all the necessary perl modules into
/pub/rt/contrib/(1.0|2.0)/perlmod ?

I’m somewhat leery of doing this, as such archives tend to stagnate.

I can understand this POV, but on the other hand, such an archive could be
viewed as “the set of perl modules that RT is known to work with”. And if a
newer module appears that RT hasn’t yet been tested with yet, then people know
they can still get the “guaranteed working” version from the RT site.

Duncan