X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=bec9b4b3c7e989ea971f29faae3ea08dd5bc660c;hb=20e8e3c529150842a0e30aa87f917d30f676891e;hp=2e2c7c866ceb4feca3422f42e54225bb1adb1b5c;hpb=0f8232b66e0f72e35099ce203962a4efc23838cf;p=gitmo%2FMooseX-Getopt.git diff --git a/MANIFEST b/MANIFEST index 2e2c7c8..bec9b4b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,20 +1,38 @@ -Build.PL ChangeLog -META.yml -Makefile.PL -MANIFEST -MANIFEST.SKIP -README +inc/Module/AutoInstall.pm +inc/Module/Install.pm +inc/Module/Install/AutoInstall.pm +inc/Module/Install/Base.pm +inc/Module/Install/Can.pm +inc/Module/Install/Fetch.pm +inc/Module/Install/Include.pm +inc/Module/Install/Makefile.pm +inc/Module/Install/Metadata.pm +inc/Module/Install/Win32.pm +inc/Module/Install/WriteAll.pm lib/MooseX/Getopt.pm -lib/MooseX/Getopt/OptionTypeMap.pm -lib/MooseX/Getopt/Strict.pm +lib/MooseX/Getopt/Dashes.pm lib/MooseX/Getopt/Meta/Attribute.pm lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm +lib/MooseX/Getopt/Meta/Attribute/Trait.pm +lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm +lib/MooseX/Getopt/OptionTypeMap.pm +lib/MooseX/Getopt/Strict.pm +Makefile.PL +MANIFEST +META.yml +README t/000_load.t t/001_basic.t t/002_custom_option_type.t t/003_inferred_option_type.t t/004_nogetop.t t/005_strict.t +t/006_metaclass_traits.t +t/007_nogetopt_trait.t +t/008_configfromfile.t +t/009_gld_and_explicit_options.t +t/010_dashes.t +t/100_gld_default_bug.t t/pod.t t/pod_coverage.t