semifor / Net-Twitter

A Perl interface to the Twitter APIs

This URL has Read+Write access

Marc Mims (author)
Sun Nov 08 11:16:59 -0800 2009
commit  584391a8a5754a5235e997c4ef1b3737b80f65c2
tree    6769b1a1affa1197d9f9097ea0a4d490a7ab93c7
parent  fc85768fde5a88e8a2c470f3720178cc8d98981a
Net-Twitter / MANIFEST.SKIP
100644 50 lines (39 sloc) 0.655 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Avoid version control files.
\bRCS\b
\bCVS\b
,v$
\B\.svn\b
^\.git
 
# Avoid Makemaker generated and utility files.
\bMakefile$
\bblib
\bMakeMaker-\d
\bpm_to_blib$
\bblibdirs$
^MANIFEST\.SKIP$
 
# for developers only :)
^TODO$
 
# Avoid Module::Build generated and utility files.
\bBuild$
\b_build
 
# Avoid temp and backup files.
~$
\.tmp$
\.old$
\.bak$
\..*?\.sw[po]$
\#$
\b\.#
\.prove$
 
# avoid OS X finder files
\.DS_Store$
 
# Don't ship the test db
^t/var
 
# Don't ship the last dist we built :)
\.tar\.gz$
 
# Skip maint stuff
^maint/
 
# Avoid copies to .orig
\.orig$
 
# used to condition creation of Lite.pm from src/net-twitter-lite-pm.tt2
MAINTAINER