diff options
Diffstat (limited to 'urpm/prompt.pm')
-rw-r--r-- | urpm/prompt.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/prompt.pm b/urpm/prompt.pm index d45a969a..6762f19f 100644 --- a/urpm/prompt.pm +++ b/urpm/prompt.pm @@ -1,10 +1,10 @@ package urpm::prompt; -# $Id$ +# $Id: prompt.pm 271299 2010-11-21 15:54:30Z peroyvind $ use strict; -(our $VERSION) = q($Revision$) =~ /(\d+)/; +(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; sub new { my ($class, $title, $prompts, $defaults, $hidden) = @_; |