/[soft]/rpm/urpmi/trunk/urpm.pm
ViewVC logotype

Diff of /rpm/urpmi/trunk/urpm.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2915 by tv, Tue Feb 7 21:30:21 2012 UTC revision 3103 by tv, Mon Feb 27 20:49:33 2012 UTC
# Line 19  our $VERSION = '6.44'; Line 19  our $VERSION = '6.44';
19  our @ISA = qw(URPM Exporter);  our @ISA = qw(URPM Exporter);
20  our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');  our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');
21    
22    # Prepare exit code.  If you change this, the exiting with a failure and the message given will be postponed to the end of the overall processing.
23    our $postponed_msg = N("While some packages may have been installed, there were failures.\n");
24    our $postponed_code = 0;
25    
26  use URPM;  use URPM;
27  use URPM::Resolve;  use URPM::Resolve;
28    

Legend:
Removed from v.2915  
changed lines
  Added in v.3103

  ViewVC Help
Powered by ViewVC 1.1.30