diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
commit | fc9772f1f03684e8dab50ff77d2c46c5e0309c7b (patch) | |
tree | 375b76cf80e5d816eb48a4badf3bb949199ef220 /lib/AdminPanel/Rpmdragora/gurpm.pm | |
parent | 825922057a21a9b09c60edf4b44535d7fd49926d (diff) | |
download | manatools-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar manatools-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.gz manatools-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.bz2 manatools-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.xz manatools-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.zip |
Moved to namespace to ManaTools
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/gurpm.pm')
-rw-r--r-- | lib/AdminPanel/Rpmdragora/gurpm.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/AdminPanel/Rpmdragora/gurpm.pm b/lib/AdminPanel/Rpmdragora/gurpm.pm index 39a2b955..20cac6ee 100644 --- a/lib/AdminPanel/Rpmdragora/gurpm.pm +++ b/lib/AdminPanel/Rpmdragora/gurpm.pm @@ -1,22 +1,22 @@ # vim: set et ts=4 sw=4: -package AdminPanel::Rpmdragora::gurpm; +package ManaTools::Rpmdragora::gurpm; #============================================================= -*-perl-*- =head1 NAME - AdminPanel::Rpmdragora::gurpm - Module that shows the urpmi + ManaTools::Rpmdragora::gurpm - Module that shows the urpmi progress status =head1 SYNOPSIS my %option = (title => "Urpmi action ivoked", text => "Please wait", ); - my $gurpmi = AdminPanel::Rpmdragora::gurpm->new(%option); + my $gurpmi = ManaTools::Rpmdragora::gurpm->new(%option); $gurpmi->progress(45); #add to an existing dialog %option = (title => "Urpmi action ivoked", text => "Please wait", main_dialog => $dialog, parent => $parent_container); - $gurpmi = AdminPanel::Rpmdragora::gurpm->new(%option); + $gurpmi = ManaTools::Rpmdragora::gurpm->new(%option); $gurpmi->progress(20); =head1 DESCRIPTION @@ -29,12 +29,12 @@ package AdminPanel::Rpmdragora::gurpm; You can find documentation for this module with the perldoc command: - perldoc AdminPanel::Rpmdragora::gurpm + perldoc ManaTools::Rpmdragora::gurpm =head1 AUTHOR Angelo Naselli <anaselli@linux.it> - + Matteo Pasotti <matteo.pasotti@gmail.com> =head1 COPYRIGHT and LICENSE |