From ea9cd4d20f22ebb0a911d94a6a2917a2af66d767 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 7 Sep 2006 09:12:08 +0000 Subject: Add POD test, remove sole pod fragment in URPM::Build --- URPM/Build.pm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'URPM') diff --git a/URPM/Build.pm b/URPM/Build.pm index ec421f0..924074a 100644 --- a/URPM/Build.pm +++ b/URPM/Build.pm @@ -529,11 +529,8 @@ sub build_base_files { our $MAKEDELTARPM = '/usr/bin/makedeltarpm'; -=item make_delta_rpm($old_rpm_file, $new_rpm_file) - -Creates a delta rpm in the current directory. - -=cut +#- make_delta_rpm($old_rpm_file, $new_rpm_file) +# Creates a delta rpm in the current directory. sub make_delta_rpm ($$) { @_ == 2 or return 0; -- cgit v1.2.1