Michael Peters wrote:
--- DBI.pm.old  2006-11-29 14:30:56.000000000 -0500
+++ DBI.pm      2006-11-29 14:32:05.000000000 -0500
@@ -15,6 +15,10 @@
              $modperl::VERSION < 1.99) {
         require Apache;
     }
+
+    # we can only do our magic if DBI isn't already loaded
+    warn "Apache::DBI must be loaded after DBI to work correctly";
                                        ^^^^^ BEFORE :)
+        if $INC{'DBI.pm'};
 }
 use DBI ();
 use Carp ();
I like it -- any objects list ?

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

I never had a dream come true
'Til the day that I found you.
Even though I pretend that I've moved on
You'll always be my baby.
I never found the words to say
You're the one I think about each day
And I know no matter where life takes me to
A part of me will always be...
A part of me will always be with you.

Reply via email to