diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-18 13:32:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-18 13:32:13 +0000 |
commit | 8a6cb2cbf33b292e9c5c2689417fb9f525f67df2 (patch) | |
tree | ca6a5700321e636d9ecd403d12ab4bcd927b73a9 /lib/strict.t | |
parent | a6ec74c1448e028e8d796742c81e78fb067bf603 (diff) | |
download | perl-8a6cb2cbf33b292e9c5c2689417fb9f525f67df2.tar.gz |
Move the locale/strict/warnings helper files back
under the t/lib; this way the amount of non-installabled
stuff under lib/ stays smaller.
p4raw-id: //depot/perl@10686
Diffstat (limited to 'lib/strict.t')
-rw-r--r-- | lib/strict.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strict.t b/lib/strict.t index 8b9083f4fc..6067ad39bf 100644 --- a/lib/strict.t +++ b/lib/strict.t @@ -18,7 +18,7 @@ END { if ($tmpfile) { 1 while unlink $tmpfile; } } my @prgs = () ; -foreach (sort glob($^O eq 'MacOS' ? ":pragma:strict-*" : "pragma/strict-*")) { +foreach (sort glob($^O eq 'MacOS' ? ":lib::strict:*" : "lib/strict/*")) { next if /(~|\.orig|,v)$/; |