diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-04-13 14:28:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-04-13 14:28:09 +0000 |
commit | 8b6622357e08f5ea263c9ffd1f59506b8a259535 (patch) | |
tree | 2027fb502c6b5b0703f7d4f9b83a55dbd9d05a86 | |
parent | 1a808d2955976028a97e24eb87c99dd4638e8a00 (diff) | |
download | urpmi-8b6622357e08f5ea263c9ffd1f59506b8a259535.tar urpmi-8b6622357e08f5ea263c9ffd1f59506b8a259535.tar.gz urpmi-8b6622357e08f5ea263c9ffd1f59506b8a259535.tar.bz2 urpmi-8b6622357e08f5ea263c9ffd1f59506b8a259535.tar.xz urpmi-8b6622357e08f5ea263c9ffd1f59506b8a259535.zip |
Remove a function that was already defined in MDK::Common.
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ sub N { } #- tool functions. -sub basename { local $_ = shift; s|/*\s*$||; s|.*/||; $_ } sub localtime2changelog { scalar(localtime($_[0])) =~ /(.*) \S+ (\d{4})$/ && "$1 $2" }; #- create a new urpm object. |