This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
B::Deparse didn't do sub attributes.
[perl5.git] / MANIFEST
index 25765e6..b9e15d5 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -88,71 +88,6 @@ doop.c                       Support code for various operations
 dosish.h               Some defines for MS/DOSish machines
 dump.c                 Debugging output
 ebcdic.c               EBCDIC support routines
-eg/ADB                 An adb wrapper to put in your crash dir
-eg/README              Intro to example perl scripts
-eg/cgi/RunMeFirst              Setup script for CGI examples
-eg/cgi/caution.xbm             CGI example
-eg/cgi/clickable_image.cgi     CGI example
-eg/cgi/cookie.cgi              CGI example
-eg/cgi/crash.cgi               CGI example
-eg/cgi/customize.cgi           CGI example
-eg/cgi/diff_upload.cgi         CGI example
-eg/cgi/dna_small_gif.uu                Small image for CGI examples
-eg/cgi/file_upload.cgi         CGI example
-eg/cgi/frameset.cgi            CGI example
-eg/cgi/index.html              Index page for CGI examples
-eg/cgi/internal_links.cgi      CGI example
-eg/cgi/javascript.cgi          CGI example
-eg/cgi/monty.cgi               CGI example
-eg/cgi/multiple_forms.cgi      CGI example
-eg/cgi/nph-clock.cgi           CGI example
-eg/cgi/nph-multipart.cgi       CGI example
-eg/cgi/popup.cgi               CGI example
-eg/cgi/save_state.cgi          CGI example
-eg/cgi/tryit.cgi               CGI example
-eg/cgi/wilogo_gif.uu           Small image for CGI examples
-eg/changes             A program to list recently changed files
-eg/client              A sample client
-eg/down                        A program to do things to subdirectories
-eg/dus                 A program to do du -s on non-mounted dirs
-eg/findcp              A find wrapper that implements a -cp switch
-eg/findtar             A find wrapper that pumps out a tar file
-eg/g/gcp               A program to do a global rcp
-eg/g/gcp.man           Manual page for gcp
-eg/g/ged               A program to do a global edit
-eg/g/ghosts            A sample /etc/ghosts file
-eg/g/gsh               A program to do a global rsh
-eg/g/gsh.man           Manual page for gsh
-eg/muck                        A program to find missing make dependencies
-eg/muck.man            Manual page for muck
-eg/myrup               A program to find lightly loaded machines
-eg/nih                 Script to insert #! workaround
-eg/relink              A program to change symbolic links
-eg/rename              A program to rename files
-eg/rmfrom              A program to feed doomed filenames to
-eg/scan/scan_df                Scan for filesystem anomalies
-eg/scan/scan_last      Scan for login anomalies
-eg/scan/scan_messages  Scan for console message anomalies
-eg/scan/scan_passwd    Scan for passwd file anomalies
-eg/scan/scan_ps                Scan for process anomalies
-eg/scan/scan_sudo      Scan for sudo anomalies
-eg/scan/scan_suid      Scan for setuid anomalies
-eg/scan/scanner                An anomaly reporter
-eg/server              A sample server
-eg/shmkill             A program to remove unused shared memory
-eg/sysvipc/README      Intro to Sys V IPC examples
-eg/sysvipc/ipcmsg      Example of SYS V IPC message queues
-eg/sysvipc/ipcsem      Example of Sys V IPC semaphores
-eg/sysvipc/ipcshm      Example of Sys V IPC shared memory
-eg/travesty            A program to print travesties of its input text
-eg/unuc                        Un-uppercases an all-uppercase text
-eg/uudecode            A version of uudecode
-eg/van/empty           A program to empty the trashcan
-eg/van/unvanish                A program to undo what vanish does
-eg/van/vanexp          A program to expire vanished files
-eg/van/vanish          A program to put files in a trashcan
-eg/who                 A sample who program
-eg/wrapsuid            A setuid script wrapper generator
 emacs/cperl-mode.el    An alternate perl-mode
 emacs/e2ctags.pl       etags to ctags converter
 emacs/ptags            Creates smart TAGS file
@@ -251,6 +186,7 @@ ext/DynaLoader/dl_vms.xs    VMS implementation
 ext/DynaLoader/dlutils.c       Dynamic loader utilities for dl_*.xs files
 ext/DynaLoader/hints/aix.pl    Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/linux.pl  Hint for DynaLoader for named architecture
+ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/openbsd.pl        Hint for DynaLoader for named architecture
 ext/Errno/ChangeLog            Errno perl module change log
 ext/Errno/Errno_pm.PL          Errno perl module create script
@@ -413,6 +349,7 @@ ext/re/re.xs                re extension external subroutines
 ext/util/make_ext      Used by Makefile to execute extension Makefiles
 ext/util/mkbootstrap   Turns ext/*/*_BS into bootstrap info
 fakethr.h              Fake threads header
+fix_pl                 Fix up patchlevel.h for repository perls
 form.h                 Public declarations for the above
 global.sym             Symbols that need hiding when embedded
 globals.c              File to declare global symbols (for shared library)
@@ -573,6 +510,27 @@ lib/CGI/Pretty.pm  Output nicely formatted HTML
 lib/CGI/Push.pm                Support for server push
 lib/CGI/Switch.pm      Simple interface for multiple server types
 lib/CGI/Util.pm                Utility functions
+lib/CGI/eg/RunMeFirst          Setup script for CGI examples
+lib/CGI/eg/caution.xbm         CGI example
+lib/CGI/eg/clickable_image.cgi CGI example
+lib/CGI/eg/cookie.cgi          CGI example
+lib/CGI/eg/crash.cgi           CGI example
+lib/CGI/eg/customize.cgi       CGI example
+lib/CGI/eg/diff_upload.cgi     CGI example
+lib/CGI/eg/dna_small_gif.uu    Small image for CGI examples
+lib/CGI/eg/file_upload.cgi     CGI example
+lib/CGI/eg/frameset.cgi                CGI example
+lib/CGI/eg/index.html          Index page for CGI examples
+lib/CGI/eg/internal_links.cgi  CGI example
+lib/CGI/eg/javascript.cgi      CGI example
+lib/CGI/eg/monty.cgi           CGI example
+lib/CGI/eg/multiple_forms.cgi  CGI example
+lib/CGI/eg/nph-clock.cgi       CGI example
+lib/CGI/eg/nph-multipart.cgi   CGI example
+lib/CGI/eg/popup.cgi           CGI example
+lib/CGI/eg/save_state.cgi      CGI example
+lib/CGI/eg/tryit.cgi           CGI example
+lib/CGI/eg/wilogo_gif.uu       Small image for CGI examples
 lib/CPAN.pm            Interface to Comprehensive Perl Archive Network
 lib/CPAN/FirstTime.pm  Utility for creating CPAN config files
 lib/CPAN/Nox.pm                Runs CPAN while avoiding compiled extensions
@@ -698,7 +656,6 @@ lib/bytes.pm                Pragma to enable byte operations
 lib/bytes_heavy.pl     Support routines for byte pragma
 lib/cacheout.pl                Manages output filehandles when you need too many
 lib/charnames.pm       Character names
-lib/chat2.pl            Obsolete ipc library (use Comm.pm etc instead)
 lib/complete.pl                A command completion subroutine
 lib/constant.pm                For "use constant"
 lib/ctime.pl           A ctime workalike
@@ -720,7 +677,7 @@ lib/hostname.pl             Old hostname code
 lib/importenv.pl       Perl routine to get environment into variables
 lib/integer.pm         For "use integer"
 lib/less.pm            For "use less"
-lib/lib.pm.PL          For "use lib"
+lib/lib_pm.PL          For "use lib", produces lib/lib.pm
 lib/locale.pm          For "use locale"
 lib/look.pl            A "look" equivalent
 lib/newgetopt.pl       A perl library supporting long option parsing
@@ -1008,6 +965,7 @@ lib/validate.pl            Perl library supporting wholesale file mode validation
 lib/vars.pm            Declare pseudo-imported global variables
 lib/warnings.pm                For "use warnings"
 lib/warnings/register.pm       For "use warnings::register"
+lib/Win32.pod          Documentation for Win32 extras
 makeaperl.SH           perl script that produces a new perl binary
 makedef.pl             Create symbol export lists for linking
 makedepend.SH          Precursor to makedepend
@@ -1117,17 +1075,16 @@ plan9/plan9.c           Plan9 port: Plan9-specific C routines
 plan9/plan9ish.h       Plan9 port: Plan9-specific C header file
 plan9/setup.rc         Plan9 port: script for easy build+install
 plan9/versnum          Plan9 port: script to print version number
-pod/Makefile           Make pods into something else
-pod/Win32.pod          Documentation for Win32 extras
-pod/buildtoc           generate perltoc.pod
+pod/Makefile.SH                generate Makefile whichs makes pods into something else
+pod/buildtoc.PL                generate buildtoc which generates perltoc.pod
 pod/checkpods.PL       Tool to check for common errors in pods
-pod/perl.pod           Top level perl man page
+pod/perl.pod           Top level perl documentation
 pod/perl5004delta.pod  Changes from 5.003 to 5.004
 pod/perl5005delta.pod  Changes from 5.004 to 5.005
 pod/perl56delta.pod    Changes from 5.005 to 5.6
 pod/perlapi.pod         Perl API documentation (autogenerated)
 pod/perlapio.pod       IO API info
-pod/perlbook.pod       Book info
+pod/perlbook.pod       Perl book information
 pod/perlboot.pod       Beginner's Object-oriented Tutorial
 pod/perlbot.pod                Object-oriented Bag o' Tricks
 pod/perlcall.pod       Callback info
@@ -1167,6 +1124,7 @@ pod/perlmodinstall.pod    Installing CPAN Modules
 pod/perlmodlib.pod     Module policy info
 pod/perlmodlib.PL      Generate pod/perlmodlib.pod
 pod/perlnumber.pod     Semantics of numbers and numeric operations
+pod/perlnewmod.pod     Preparing a new module for distribution
 pod/perlobj.pod                Object info
 pod/perlop.pod         Operator info
 pod/perlopentut.pod    open() tutorial
@@ -1336,6 +1294,7 @@ t/lib/glob-taint.t        See if File::Glob works
 t/lib/gol-basic.t      See if Getopt::Long works
 t/lib/gol-compat.t     See if Getopt::Long works
 t/lib/gol-linkage.t    See if Getopt::Long works
+t/lib/gol-oo.t         See if Getopt::Long works
 t/lib/h2ph.h           Test header file for h2ph
 t/lib/h2ph.pht         Generated output from h2ph.h by h2ph, for comparison
 t/lib/h2ph.t           See if h2ph works like it should
@@ -1395,6 +1354,7 @@ t/op/assignwarn.t See if OP= operators warn correctly for undef targets
 t/op/attrs.t           See if attributes on declarations work
 t/op/auto.t            See if autoincrement et all work
 t/op/avhv.t            See if pseudo-hashes work
+t/op/bless.t           See if bless works
 t/op/bop.t             See if bitops work
 t/op/chars.t           See if character escapes work
 t/op/chop.t            See if chop works