Bug 73086 - [PATCH] databases/p5-Class-DBI: Fix 'use warnings' under Perl 5.005_03
Summary: [PATCH] databases/p5-Class-DBI: Fix 'use warnings' under Perl 5.005_03
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-24 17:20 UTC by Lars Thegler
Modified: 2004-10-24 18:31 UTC (History)
1 user (show)

See Also:


Attachments
p5-Class-DBI-0.96_2.patch (996 bytes, patch)
2004-10-24 17:20 UTC, Lars Thegler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Thegler freebsd_committer freebsd_triage 2004-10-24 17:20:24 UTC
--cut--
$ perl -e 'use Class::DBI'
Class::DBI can't load Class::DBI::Relationship::HasMany: Can't locate warnings.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at /usr/local/lib/perl5/site_perl/5.005/Class/DBI/Relationship/HasMany.pm line 4.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/Class/DBI/Relationship/HasMany.pm line 4. at -e line 1
BEGIN failed--compilation aborted at -e line 1.
$
--cut--

- Fix 'use warnings' under Perl 5.005_03
- Remove patch-droppings

Port maintainer (skv@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Lars Thegler freebsd_committer freebsd_triage 2004-10-24 17:22:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer.
Comment 2 skv freebsd_committer freebsd_triage 2004-10-24 18:31:34 UTC
State Changed
From-To: open->closed

Committed, thanks.