Added missing autodie exception classes to MANIFEST.
Paul Fenwick [Sat, 20 Dec 2008 17:02:59 +0000 (04:02 +1100)]
MANIFEST

index a1ee447..c901b72 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1668,6 +1668,8 @@ lib/Attribute/Handlers/t/linerep.t        See if Attribute::Handlers works
 lib/Attribute/Handlers/t/multi.t       See if Attribute::Handlers works
 lib/attributes.pm              For "sub foo : attrlist"
 lib/autodie.pm                  Functions suceed or die with lexical scope
+lib/autodie/exception.pm        Exception class for autodie
+lib/autodie/exception/system.pm Exception class for autodying system()
 lib/AutoLoader.pm              Autoloader base class
 lib/AutoLoader/t/01AutoLoader.t        See if AutoLoader works
 lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works