Thread AutoLoader und autosplit.ix (5 answers)
Opened by rosti at 2013-07-23 21:01

pq
 2013-07-23 21:14
#169068 #169068
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
nur geraten, aber wird die nicht irgendwie generiert beim build-prozess?

edit:
perldoc AutoSplit:
Quote
NAME
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.

Last edited: 2013-07-23 21:25:58 +0200 (CEST)
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread AutoLoader und autosplit.ix