diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-22 06:52:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-22 06:52:04 +0000 |
commit | 4eb86f480428513e47aeeb97d671bbffba6daa14 (patch) | |
tree | 69a52df176f1f8d17a728fd001c56fd4de5e3bb9 /perl_checker.src/build.mli | |
parent | 811d1e0b1feec8f2608020c216bff09ae9fb98ca (diff) | |
download | perl-MDK-Common-4eb86f480428513e47aeeb97d671bbffba6daa14.tar perl-MDK-Common-4eb86f480428513e47aeeb97d671bbffba6daa14.tar.gz perl-MDK-Common-4eb86f480428513e47aeeb97d671bbffba6daa14.tar.bz2 perl-MDK-Common-4eb86f480428513e47aeeb97d671bbffba6daa14.tar.xz perl-MDK-Common-4eb86f480428513e47aeeb97d671bbffba6daa14.zip |
Build.date is now a string (otherwise it overflowed)
Diffstat (limited to 'perl_checker.src/build.mli')
-rw-r--r-- | perl_checker.src/build.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/build.mli b/perl_checker.src/build.mli index 3c6641d..716b843 100644 --- a/perl_checker.src/build.mli +++ b/perl_checker.src/build.mli @@ -1,3 +1,3 @@ -val date : int +val date : string val fake_packages_dir : string val debugging : bool |