Data-Dump-Streamer

 view release on metacpan or  search on metacpan

INSTALL.SKIP  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\b_darcs\b
 
# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$
\.tmp$
 
# Avoid Devel::Cover files.
\bcover_db\b

MANIFEST.SKIP  view on Meta::CPAN

21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\b_build/
 
^Build$
 
^\.git/
 
^lib/Data/Dump/Streamer\.o$
^lib/Data/Dump/Streamer\.c$
^lib/Data/Dump/Streamer\.bs$
 
# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$
\.tmp$
 
# Avoid Devel::Cover files.
\bcover_db\b



( run in 1.004 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )