aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Rpmdragora/gurpm.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-03-16 18:16:50 +0100
committerAngelo Naselli <anaselli@linux.it>2015-03-16 18:16:50 +0100
commitfc9772f1f03684e8dab50ff77d2c46c5e0309c7b (patch)
tree375b76cf80e5d816eb48a4badf3bb949199ef220 /lib/AdminPanel/Rpmdragora/gurpm.pm
parent825922057a21a9b09c60edf4b44535d7fd49926d (diff)
downloadcolin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar
colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.gz
colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.bz2
colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.xz
colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.zip
Moved to namespace to ManaTools
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/gurpm.pm')
-rw-r--r--lib/AdminPanel/Rpmdragora/gurpm.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/AdminPanel/Rpmdragora/gurpm.pm b/lib/AdminPanel/Rpmdragora/gurpm.pm
index 39a2b95..20cac6e 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