diff options
-rwxr-xr-x[-rw-r--r--] | Makefile.PL | 2 | ||||
-rwxr-xr-x | dumpdistribconf | 2 | ||||
-rwxr-xr-x | editdistrib | 2 | ||||
-rw-r--r-- | genhdlist-old | 2 | ||||
-rw-r--r-- | packdrake.pm | 2 | ||||
-rwxr-xr-x | t/01packdrake.t | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.PL b/Makefile.PL index cf61c9c..a8a47fb 100644..100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.PL 251926 2009-01-20 15:24:15Z pixel $ use strict; use ExtUtils::MakeMaker; diff --git a/dumpdistribconf b/dumpdistribconf index c462606..d05bb27 100755 --- a/dumpdistribconf +++ b/dumpdistribconf @@ -1,6 +1,6 @@ #!/usr/bin/perl -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id: dumpdistribconf 12157 2005-11-15 11:22:04Z rgarciasuarez $ =~ /(\d+\.\d+)/; use strict; use Getopt::Long; diff --git a/editdistrib b/editdistrib index f99cd09..a143810 100755 --- a/editdistrib +++ b/editdistrib @@ -8,7 +8,7 @@ use Term::ReadLine; use Text::ParseWords; use Getopt::Long; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id: editdistrib 12165 2005-11-16 14:28:27Z rgarciasuarez $ =~ /(\d+\.\d+)/; my @distribs; diff --git a/genhdlist-old b/genhdlist-old index f917cb5..ec1e21e 100644 --- a/genhdlist-old +++ b/genhdlist-old @@ -1,6 +1,6 @@ #!/usr/bin/perl -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id: genhdlist-old 246205 2008-09-22 07:58:49Z pixel $ =~ /(\d+\.\d+)/; use strict; use URPM; diff --git a/packdrake.pm b/packdrake.pm index d500d82..365200a 100644 --- a/packdrake.pm +++ b/packdrake.pm @@ -14,7 +14,7 @@ ##- along with this program; if not, write to the Free Software ##- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -##- $Id$ +##- $Id: packdrake.pm 12160 2005-11-15 12:42:54Z rgarciasuarez $ package packdrake; diff --git a/t/01packdrake.t b/t/01packdrake.t index 1d0aebf..58d4fd1 100755 --- a/t/01packdrake.t +++ b/t/01packdrake.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id$ +# $Id: 01packdrake.t 223440 2007-06-10 22:09:58Z nanardon $ use strict; use Test::More tests => 7; |