Upgrade to Module-Build-0.28
[p5sagit/p5-mst-13.2.git] / MANIFEST
index f8ab411..501bf9b 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -985,6 +985,8 @@ ext/POSIX/t/waitpid.t               See if waitpid works
 ext/POSIX/typemap              POSIX extension interface types
 ext/re/hints/mpeix.pl          Hints for re for named architecture
 ext/re/Makefile.PL             re extension makefile writer
+ext/re/re_top.h                        re extension symbol hiding header
+ext/re/re_comp.h               re extension wrapper for regcomp.h
 ext/re/re.pm                   re extension Perl module
 ext/re/re.xs                   re extension external subroutines
 ext/re/t/re.t                  see if re pragma works
@@ -1946,6 +1948,7 @@ lib/Memoize/t/tie_sdbm.t  Memoize SDBM interface test
 lib/Memoize/t/tie_storable.t   Memoize Storable interface test
 lib/Memoize/t/tie.t            Memoize tied file test
 lib/Memoize/t/unmemoize.t      Memoize 'unmemoize' function test
+lib/Module/Build/API.pm                Module::Build
 lib/Module/Build/Authoring.pod Module::Build
 lib/Module/Build/Base.pm       Module::Build
 lib/Module/Build/Changes       Module::Build
@@ -3324,6 +3327,7 @@ t/op/args.t                       See if operations on @_ work
 t/op/arith.t                   See if arithmetic works
 t/op/array.t                   See if array operations work
 t/op/assignwarn.t              See if OP= operators warn correctly for undef targets
+t/op/attrhand.t                        See if attribute handlers work
 t/op/attrs.t                   See if attributes on declarations work
 t/op/auto.t                    See if autoincrement et all work
 t/op/avhv.t                    See if pseudo-hashes work