File: MANIFEST

package info (click to toggle)
perl 5.8.4-8sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 58,128 kB
  • ctags: 31,422
  • sloc: perl: 224,262; ansic: 155,398; sh: 32,253; pascal: 7,747; lisp: 6,121; makefile: 2,341; cpp: 2,035; yacc: 1,019; java: 23
file content (41 lines) | stat: -rw-r--r-- 1,878 bytes parent folder | download
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
README			    Read this first
MANIFEST		    This shipping list
Makefile.PL		    Generic Makefile template
Storable.pm		    The perl side of Storable
Storable.xs		    The C side of Storable
ChangeLog		    Changes since baseline
hints/linux.pl		    Hint file to drop gcc to -O2
# ppport.h		    Compatibility header
t/HAS_HOOK.pm		    For auto-requiring of modules for STORABLE_thaw
t/HAS_OVERLOAD.pm	    For auto-requiring of mdoules for overload
t/blessed.t		    See if Storable works
t/canonical.t		    See if Storable works
t/code.t		    Test (de)serialization of code references
t/compat06.t		    See if Storable works
t/croak.t		    See if Storable works
t/dclone.t		    See if Storable works
t/downgrade.t		    See if Storable works
t/forgive.t		    See if Storable works
t/freeze.t		    See if Storable works
t/integer.t		    For "use integer" testing
t/interwork56.t		    Test combatibility kludge for 64bit data under 5.6.x
t/just_plain_nasty.t	    Corner case corner.
t/lock.t		    See if Storable works
t/make_56_interwork.pl	    Make test data for interwork56.t
t/make_downgrade.pl	    Make test data for downgrade.t
t/malice.t		    See if Storable copes with corrupt files
t/overload.t		    See if Storable works
t/recurse.t		    See if Storable works
t/restrict.t		    See if Storable works
t/retrieve.t		    See if Storable works
t/st-dump.pl		    helper routines for tests
t/store.t		    See if Storable works
t/tied.t		    See if Storable works
t/tied_hook.t		    See if Storable works
t/tied_items.t		    See if Storable works
t/threads.t                 See if Storable works under ithreads
t/utf8.t		    See if Storable works
t/utf8hash.t		    See if Storable works
# t/Test/Builder.pm	    For testing the CPAN release on pre 5.6.2
# t/Test/More.pm		    For testing the CPAN release on pre 5.6.2
# t/Test/Simple.pm	    For testing the CPAN release on pre 5.6.2