]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
gitignore and MANIFEST stuff
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Thu, 27 Dec 2007 21:00:47 +0000 (21:00 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Thu, 27 Dec 2007 21:00:47 +0000 (21:00 +0000)
.gitignore [new file with mode: 0644]
MANIFEST
MANIFEST.SKIP [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ae275c8
--- /dev/null
@@ -0,0 +1 @@
+^\.git
\ No newline at end of file
index 97d9d7e3709151f1a38462fd85c20dfb4621d128..242e980194d69b59bb14cae80939d8ff9c2a496f 100644 (file)
--- 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 (file)
index 0000000..4e87d80
--- /dev/null
@@ -0,0 +1,9 @@
+\.bs$
+\.c$
+\.o$
+^\.git
+^blib/
+\.old$
+\.bak$
+^pm_to_blib$
+^Makefile$
\ No newline at end of file