diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-02-08 15:52:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-02-08 15:52:55 +0000 |
commit | 9e56a3feea25bb79c9dddeefca089d2af7df28e1 (patch) | |
tree | a9a7fbd0c454019f45971b1118abdbc1c19ba45e /Rpmdrake/formatting.pm | |
parent | 9bbf6fd396a0854891c1df9ad756720ee78df4da (diff) | |
download | rpmdrake-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.pm | 13 |
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 { |