diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2009-09-21 15:30:00 -0600 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2009-09-21 20:03:14 -0600 |
| commit | c11f1818c19233bdb6e54823b0c1352d4377fb75 (patch) | |
| tree | 4e999cc2611da036ae7de5fe98bcbacff0cd84e6 /ldap/admin/src/scripts/DSDialogs.pm | |
| parent | cc89083f1177606d4cbbb52f8cdc5e34d0d16f70 (diff) | |
| download | ds-c11f1818c19233bdb6e54823b0c1352d4377fb75.tar.gz ds-c11f1818c19233bdb6e54823b0c1352d4377fb75.tar.xz ds-c11f1818c19233bdb6e54823b0c1352d4377fb75.zip | |
389-ds-base/glibmm24: conflicting perl provides
https://bugzilla.redhat.com/show_bug.cgi?id=523476
Resolves: bug 523476
Bug Description: 389-ds-base/glibmm24: conflicting perl provides
Reviewed by: nhosoi (Thanks!)
Files: see diff
Fix Description: Rename "Util" to "DSUtil"
Platforms tested: Fedora 11 x86_64
Flag Day: no
Doc impact: no
Diffstat (limited to 'ldap/admin/src/scripts/DSDialogs.pm')
| -rw-r--r-- | ldap/admin/src/scripts/DSDialogs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/DSDialogs.pm b/ldap/admin/src/scripts/DSDialogs.pm index 22fe512a..6583ff9e 100644 --- a/ldap/admin/src/scripts/DSDialogs.pm +++ b/ldap/admin/src/scripts/DSDialogs.pm @@ -44,7 +44,7 @@ use Net::Domain qw(hostname hostfqdn); use DialogManager; use Setup; use Dialog; -use Util; +use DSUtil; my $dsport = new Dialog ( $TYPICAL, |
