summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-11 11:28:52 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-11 11:28:52 +0200
commit673c5bc2bbe759dd457a583e51e39e2108e383e0 (patch)
treee28729be5abefc5fbb041a012d74a1c4f476af17 /MANIFEST
parent94eb7880847287ea38f350b7e1f64fa31225e73a (diff)
downloadperl-673c5bc2bbe759dd457a583e51e39e2108e383e0.tar.gz
Move encoding::warnings to ext/
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST11
1 files changed, 6 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index b06e0d2a81..8e46db9948 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1061,6 +1061,12 @@ ext/Encode/ucm/viscii.ucm Unicode Character Map
ext/Encode/Unicode/Makefile.PL Encode extension
ext/Encode/Unicode/Unicode.pm Encode extension
ext/Encode/Unicode/Unicode.xs Encode extension
+ext/encoding-warnings/Changes Changelog for encoding::warnings
+ext/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions
+ext/encoding-warnings/t/1-warning.t tests for encoding::warnings
+ext/encoding-warnings/t/2-fatal.t tests for encoding::warnings
+ext/encoding-warnings/t/3-normal.t tests for encoding::warnings
+ext/encoding-warnings/t/4-lexical.t tests for encoding::warnings
EXTERN.h Included before foreign .h files
ext/Errno/ChangeLog Errno changes
ext/Errno/Errno_pm.PL Errno perl module create script
@@ -2758,11 +2764,6 @@ lib/Dumpvalue.pm Screen dump of perl values
lib/Dumpvalue.t See if Dumpvalue works
lib/dumpvar.pl A variable dumper
lib/dumpvar.t A variable dumper tester
-lib/encoding/warnings.pm warn on implicit encoding conversions
-lib/encoding/warnings/t/1-warning.t tests for encoding::warnings
-lib/encoding/warnings/t/2-fatal.t tests for encoding::warnings
-lib/encoding/warnings/t/3-normal.t tests for encoding::warnings
-lib/encoding/warnings/t/4-lexical.t tests for encoding::warnings
lib/English.pm Readable aliases for short variables
lib/English.t See if English works
lib/Env.pm Map environment into ordinary variables