From: Ævar Arnfjörð Bjarmason Date: Thu, 27 Dec 2007 21:00:47 +0000 (+0000) Subject: gitignore and MANIFEST stuff X-Git-Tag: v0.04~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=17828d44aeb1c7f68794671796104f7a088c5964 gitignore and MANIFEST stuff --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae275c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +^\.git \ No newline at end of file diff --git a/MANIFEST b/MANIFEST index 97d9d7e..242e980 100644 --- a/MANIFEST +++ b/MANIFEST @@ -13,6 +13,7 @@ inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm Makefile.PL MANIFEST This list of files +MANIFEST.SKIP META.yml Plugin.h Plugin.pm @@ -21,8 +22,6 @@ Plugin.xs t/00-compile.t t/eval-comp.t t/eval-exec.t -t/Example.pm -t/Example.t t/import.t t/methods.t t/methods/free.t @@ -33,6 +32,7 @@ t/methods/mod.t t/methods/pattern/modify.t t/methods/pattern/types.t t/methods/stash.t +t/methods/str/modify.t t/methods/str/types.t t/methods/str/undef.t t/num_buff/FETCH.t @@ -40,4 +40,8 @@ t/num_buff/LENGTH.t t/num_buff/STORE.t t/taint/rx.t t/taint/util.t +t/usage/basic.pm +t/usage/basic.t +t/usage/impor.t +t/usage/import.pm typemap diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000..4e87d80 --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1,9 @@ +\.bs$ +\.c$ +\.o$ +^\.git +^blib/ +\.old$ +\.bak$ +^pm_to_blib$ +^Makefile$ \ No newline at end of file