diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-04 13:41:50 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-04 13:41:50 +0000 |
commit | 30eacf451b80382e39cac94f7346776eea999b26 (patch) | |
tree | 5be74a9322802ae42a42ae047c2d389c2cf27fc7 /URPM/Build.pm | |
parent | 4e3cd9489085923fcb20993f62f59632cedb03f3 (diff) | |
download | perl-URPM-30eacf451b80382e39cac94f7346776eea999b26.tar perl-URPM-30eacf451b80382e39cac94f7346776eea999b26.tar.gz perl-URPM-30eacf451b80382e39cac94f7346776eea999b26.tar.bz2 perl-URPM-30eacf451b80382e39cac94f7346776eea999b26.tar.xz perl-URPM-30eacf451b80382e39cac94f7346776eea999b26.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r419 | dmorgan | 2011-02-04 13:41:50 +0000 (Fri, 04 Feb 2011) | 1 line
Import cleaned perl-URPM
------------------------------------------------------------------------
Diffstat (limited to 'URPM/Build.pm')
-rw-r--r-- | URPM/Build.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM/Build.pm b/URPM/Build.pm index 042e4c9..f298707 100644 --- a/URPM/Build.pm +++ b/URPM/Build.pm @@ -1,6 +1,6 @@ package URPM; -# $Id$ +# $Id: Build.pm 270395 2010-07-30 00:55:59Z nanardon $ use strict; use warnings; |