ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Perl-LibExtractor/LibExtractor.pm
(Generate patch)

Comparing cvsroot/Perl-LibExtractor/LibExtractor.pm (file contents):
Revision 1.22 by root, Sat Jan 28 00:03:08 2012 UTC vs.
Revision 1.23 by root, Sat Feb 4 20:42:57 2012 UTC

22 22
23To use this module, first call the C<new>-constructor and then as many 23To use this module, first call the C<new>-constructor and then as many
24other methods as you want, to generate a set of files. Then query the set 24other methods as you want, to generate a set of files. Then query the set
25of files and do whatever you want with them. 25of files and do whatever you want with them.
26 26
27The command-line utility F<perl-libextract> can be a convenient 27The command-line utility F<perl-libextractor> can be a convenient
28alternative to using this module directly, and offers a few extra options, 28alternative to using this module directly, and offers a few extra options,
29such as to copy out the files into a new directory, strip them and/or 29such as to copy out the files into a new directory, strip them and/or
30manipulate them in other ways. 30manipulate them in other ways.
31 31
32=cut 32=cut
504 504
505=item $extractor->add_bin ($name[, $name...]) 505=item $extractor->add_bin ($name[, $name...])
506 506
507Adds the given (perl) program(s) to the file set, that is, a program 507Adds the given (perl) program(s) to the file set, that is, a program
508installed by some perl module, written in perl (an example would be the 508installed by some perl module, written in perl (an example would be the
509L<perl-libextract> program that is part of the C<Perl::LibExtractor> 509L<perl-libextractor> program that is part of the C<Perl::LibExtractor>
510distribution). 510distribution).
511 511
512Example: add the deliantra client program installed by the 512Example: add the deliantra client program installed by the
513L<Deliantra::Client> module and put it under F<bin/deliantra>. 513L<Deliantra::Client> module and put it under F<bin/deliantra>.
514 514
980 980
981And that concludes it, the set is now ready. 981And that concludes it, the set is now ready.
982 982
983=head1 SEE ALSO 983=head1 SEE ALSO
984 984
985The utility program that comes with this module: L<perl-libextract>. 985The utility program that comes with this module: L<perl-libextractor>.
986 986
987L<App::Staticperl>, L<Urlader>, L<Perl::Squish>. 987L<App::Staticperl>, L<Urlader>, L<Perl::Squish>.
988 988
989=head1 LICENSE 989=head1 LICENSE
990 990

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines