Skip Menu |

This queue is for tickets about the Bundle-RT CPAN distribution.

Report information
The Basics
Id: 20949
Status: resolved
Priority: 0/
Queue: Bundle-RT

People
Owner: Nobody in particular
Requestors: alexchorny [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.030402
Fixed in: (no value)



Subject: Bundle patch for RT 3.6.1
Added version numbers and new modules. Relocated some modules to separate CORE, MASON and DEV sections. ------- Alexandr Ciornii, http://chorny.net
Subject: RT.pm.patch
*** RT.pm.dist Fri Jul 1 23:04:16 2005 --- RT.pm Fri Aug 11 18:56:54 2006 *************** *** 1,6 **** package Bundle::RT; ! $VERSION = '0.030402'; 1; --- 1,6 ---- package Bundle::RT; ! $VERSION = '0.030601'; 1; *************** *** 18,54 **** =head1 CONTENTS ! Digest::MD5 ! DBI Test::Inline ! Class::ReturnValue ! DBIx::SearchBuilder Text::Template ! File::Spec HTML::Entities ! HTML::Scrubber Net::Domain ! Log::Dispatch ! Locale::Maketext ! Locale::Maketext::Lexicon Locale::Maketext::Fuzzy ! MIME::Entity ! Mail::Mailer Net::SMTP --- 18,54 ---- =head1 CONTENTS ! Digest::MD5 2.27 - CORE ! DBI 1.37 Test::Inline ! Class::ReturnValue 0.40 ! DBIx::SearchBuilder 1.39 Text::Template ! File::Spec 0.8 HTML::Entities ! HTML::Scrubber 0.08 Net::Domain ! Log::Dispatch 2.0 ! Locale::Maketext 1.06 ! Locale::Maketext::Lexicon 0.32 Locale::Maketext::Fuzzy ! MIME::Entity 5.108 ! Mail::Mailer 1.57 Net::SMTP *************** *** 64,72 **** Text::Autoformat ! Text::Quoted ! Tree::Simple Scalar::Util --- 64,72 ---- Text::Autoformat ! Text::Quoted 1.3 ! Tree::Simple 1.04 Scalar::Util *************** *** 74,88 **** Cache::Simple::TimedExpiry ! XML::Simple ! Params::Validate Cache::Cache ! Exception::Class ! HTML::Mason MLDBM --- 74,92 ---- Cache::Simple::TimedExpiry ! UNIVERSAL::require ! Calendar::Simple + + + Params::Validate 0.02 - Mason + Cache::Cache ! Exception::Class 1.14 ! HTML::Mason 1.23 MLDBM *************** *** 90,119 **** FreezeThaw ! Digest::MD5 ! CGI::Cookie ! Storable ! Apache::Session ! XML::RSS ! HTTP::Server::Simple ! HTTP::Server::Simple::Mason ! HTML::TreeBuilder HTML::FormatText ! Getopt::Long LWP::UserAgent ! Regexp::Common Test::Inline --- 94,130 ---- FreezeThaw ! CGI::Cookie 1.20 ! Storable 2.08 ! Apache::Session 1.53 ! XML::RSS 1.05 ! HTTP::Server::Simple 0.07 ! HTTP::Server::Simple::Mason 0.09 ! GD ! GD::Graph + GD::Text + + Text::WikiFormat 0.76 + + + HTML::TreeBuilder - Mailgate + HTML::FormatText ! Getopt::Long 2.24 LWP::UserAgent ! Regexp::Common - dev Test::Inline *************** *** 127,134 **** Test::WWW::Mechanize Module::Refresh ! CGI =cut --- 138,147 ---- Test::WWW::Mechanize + CGI 2.92 + Module::Refresh ! XML::Simple =cut
From: RSPIER [...] cpan.org
Thanks - applied and uploaded. On Fri Aug 11 12:02:45 2006, alexchorny@gmail.com wrote: Show quoted text
> Added version numbers and new modules. > Relocated some modules to separate CORE, MASON and DEV sections. > > ------- > Alexandr Ciornii, http://chorny.net