diff options
Diffstat (limited to 'urpm/prompt.pm')
-rw-r--r-- | urpm/prompt.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/prompt.pm b/urpm/prompt.pm index 6762f19f..320000f7 100644 --- a/urpm/prompt.pm +++ b/urpm/prompt.pm @@ -4,8 +4,6 @@ package urpm::prompt; use strict; -(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; - sub new { my ($class, $title, $prompts, $defaults, $hidden) = @_; bless { |