QuoteThis is perl 5, version 14, subversion 2 (v5.14.2) built for i686-linux-gnu-thread-multi-64int
1;
QuoteNAME
AutoSplit - split a package for autoloading
SYNOPSIS
autosplit($file, $dir, $keep, $check, $modtime);
autosplit_lib_modules(@modules);
DESCRIPTION
This function will split up your program into files that the AutoLoader
module can handle. It is used by both the standard perl libraries and
by the MakeMaker utility, to automatically configure libraries for
autoloading.
The "autosplit" interface splits the specified file into a hierarchy
rooted at the directory $dir. It creates directories as needed to
reflect class hierarchy, and creates the file autosplit.ix. This file
acts as both forward declaration of all package routines, and as
timestamp for the last update of the hierarchy.
2013-07-23T19:14:11 pqnur geraten, aber wird die nicht irgendwie generiert beim build-prozess?
2013-07-23T19:26:56 pqach du schreibst die .al-dateien selbst? wieso?