aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/formatting.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-08 15:52:55 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-08 15:52:55 +0000
commit9e56a3feea25bb79c9dddeefca089d2af7df28e1 (patch)
treea9a7fbd0c454019f45971b1118abdbc1c19ba45e /Rpmdrake/formatting.pm
parent9bbf6fd396a0854891c1df9ad756720ee78df4da (diff)
downloadrpmdrake-9e56a3feea25bb79c9dddeefca089d2af7df28e1.tar
rpmdrake-9e56a3feea25bb79c9dddeefca089d2af7df28e1.tar.gz
rpmdrake-9e56a3feea25bb79c9dddeefca089d2af7df28e1.tar.bz2
rpmdrake-9e56a3feea25bb79c9dddeefca089d2af7df28e1.tar.xz
rpmdrake-9e56a3feea25bb79c9dddeefca089d2af7df28e1.zip
make export list more manageable and more readable
Diffstat (limited to 'Rpmdrake/formatting.pm')
-rw-r--r--Rpmdrake/formatting.pm13
1 files changed, 12 insertions, 1 deletions
diff --git a/Rpmdrake/formatting.pm b/Rpmdrake/formatting.pm
index 22f96381..911819f9 100644
--- a/Rpmdrake/formatting.pm
+++ b/Rpmdrake/formatting.pm
@@ -33,7 +33,18 @@ use ugtk2 qw(escape_text_for_TextView_markup_format);
use Exporter;
our @ISA = qw(Exporter);
-our @EXPORT = qw(format_field format_header format_name_n_summary format_size format_update_field localtime2changelog my_fullname pkg2medium rpm_description split_fullname urpm_name);
+our @EXPORT = qw(
+ format_field
+ format_header
+ format_name_n_summary
+ format_size
+ format_update_field
+ localtime2changelog
+ my_fullname
+ pkg2medium
+ rpm_description
+ split_fullname
+ urpm_name);
sub rpm_description {