diff options
author | Florent Villard <warly@mandriva.com> | 2006-08-05 08:30:57 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2006-08-05 08:30:57 +0000 |
commit | ec5f2d09810dc3e6f9ee0504b8dc4f2fbd35377c (patch) | |
tree | 9a6e3990264bf4ef536cd32010ae6cef8dc1e731 /t | |
parent | f62b47c655fc1f2cf8ab29cbaeca00f68502f316 (diff) | |
download | mga-youri-core-ec5f2d09810dc3e6f9ee0504b8dc4f2fbd35377c.tar mga-youri-core-ec5f2d09810dc3e6f9ee0504b8dc4f2fbd35377c.tar.gz mga-youri-core-ec5f2d09810dc3e6f9ee0504b8dc4f2fbd35377c.tar.bz2 mga-youri-core-ec5f2d09810dc3e6f9ee0504b8dc4f2fbd35377c.tar.xz mga-youri-core-ec5f2d09810dc3e6f9ee0504b8dc4f2fbd35377c.zip |
Copying the upstream repository to mdv
Diffstat (limited to 't')
-rwxr-xr-x | t/00distribution.t | 2 | ||||
-rwxr-xr-x | t/version.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/00distribution.t b/t/00distribution.t index acdbe4e..8a4b2c4 100755 --- a/t/00distribution.t +++ b/t/00distribution.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: 00distribution.t 846 2006-04-04 22:08:02Z guillomovitch $ +# $Id$ use Test::More; diff --git a/t/version.t b/t/version.t index 9873037..dbdd391 100755 --- a/t/version.t +++ b/t/version.t @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: version.t 913 2006-05-17 19:29:38Z pterjan $ +# $Id$ use Test::More; use Youri::Check::Input::Updates; |