diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-05 20:16:51 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-05 20:16:51 (EST) |
commit | 5c08ac89fe297a2e69a19732bde338da1a759eb8 (patch) | |
tree | 902c861580ca2fbe0c9f2410ef059ff432b4da0a | |
parent | d86b03302c25d16d0fbe8b208adfb42ca505fc03 (diff) | |
download | Math-Decimal-FastPP-5c08ac89fe297a2e69a19732bde338da1a759eb8.zip Math-Decimal-FastPP-5c08ac89fe297a2e69a19732bde338da1a759eb8.tar.gz Math-Decimal-FastPP-5c08ac89fe297a2e69a19732bde338da1a759eb8.tar.bz2 |
t/00_compile.t: Rename to t/01_compile.t
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | t/01_compile.t (renamed from t/00_compile.t) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ MANIFEST.SKIP Makefile.PL README lib/Math/Decimal/FastPP.pm -t/00_compile.t +t/01_compile.t t/10_dadd.t t/11_dmul.t t/12_dmul-dadd.t diff --git a/t/00_compile.t b/t/01_compile.t index 18032f8..aeb39f7 100644 --- a/t/00_compile.t +++ b/t/01_compile.t @@ -1,4 +1,4 @@ -# t/00_compile.t - Script compilation tests +# t/01_compile.t - Script compilation tests # # Copyright (C) 2016 Libiquity LLC # |