diff options
Diffstat (limited to 'urpm/prompt.pm')
-rw-r--r-- | urpm/prompt.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/prompt.pm b/urpm/prompt.pm index 7ed02a06..6d7147d0 100644 --- a/urpm/prompt.pm +++ b/urpm/prompt.pm @@ -1,8 +1,10 @@ package urpm::prompt; +# $Id$ + use strict; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Revision$ =~ /(\d+)/; sub new { my ($class, $title, $prompts, $defaults, $hidden) = @_; |