view release on metacpan or search on metacpan
lib/Alien/Taco.pm view on Meta::CPAN
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
=head1 NAME
Alien::Taco - Taco Perl client module
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Tarql.pm view on Meta::CPAN
=head1 SEE ALSO
=over 4
=item L<https://tarql.github.io/>
Tarql homepage
=item L<Alien>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/TidyHTML5.pm view on Meta::CPAN
This returns the name of the F<tidy> executable, which I<may> be
the path to the executable.
=head1 SEE ALSO
L<http://www.html-tidy.org/>
L<Alien::Build::Manual::AlienUser>
=head2 Other CPAN Modules
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/TinyCC.pm view on Meta::CPAN
=back
=head1 SEE ALSO
This module provides the Tiny C Compiler. To learn more about this great
project, see L<http://bellard.org/tcc/> and
L<http://savannah.nongnu.org/projects/tinycc>.
To learn more about Alien Perl distributions in general, read the L<Alien>
manifesto.
lib/Alien/TinyCC.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Alien-TinyCC>
=item * Search CPAN
L<http://p3rl.org/Alien::TinyCC>
L<http://search.cpan.org/dist/Alien-TinyCC/>
=item * Stack Overflow
L<//http://stackoverflow.com/questions/tagged/tcc>
lib/Alien/TinyCC.pm view on Meta::CPAN
=head1 LICENSE AND COPYRIGHT
Code copyright 2013 Dickinson College. Documentation copyright 2013 David
Mertens.
Everything not contained in the F<src/> directory is free software, the
distribution and/or modification of which is governed by the terms of
either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/TinyCCx.pm view on Meta::CPAN
=back
=head1 SEE ALSO
This module provides the Tiny C Compiler. To learn more about this great
project, see L<http://bellard.org/tcc/> and
L<http://savannah.nongnu.org/projects/tinycc>.
To learn more about Alien Perl distributions in general, read the L<Alien>
manifesto.
lib/Alien/TinyCCx.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Alien-TinyCCx>
=item * Search CPAN
L<http://p3rl.org/Alien::TinyCCx>
L<http://search.cpan.org/dist/Alien-TinyCCx/>
=item * Stack Overflow
L<//http://stackoverflow.com/questions/tagged/tcc>
lib/Alien/TinyCCx.pm view on Meta::CPAN
=head1 LICENSE AND COPYRIGHT
Code copyright 2013, 2015 Dickinson College. Documentation copyright 2013, 2015 David
Mertens.
Everything not contained in the F<src/> directory is free software, the
distribution and/or modification of which is governed by the terms of
either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Turso/CLI.pm view on Meta::CPAN
=item L<Alien>
=item L<Alien::Base>
=item L<https://turso.tech/>
=back
=head1 LICENSE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/UDUNITS2.pm view on Meta::CPAN
This module supports L<Inline's with functionality|Inline/"Playing 'with' Others">.
=head1 SEE ALSO
L<UDUNITS-2|http://www.unidata.ucar.edu/software/udunits/>
=head1 AUTHOR
Zakariyya Mughal <zmughal@cpan.org>
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
=item clean
[version 0.01]
This action will clean up any files that the build process may have
created, including the C<blib/> directory (but not including the
C<_build/> directory and the C<Build> script itself).
=item code
[version 0.20]
This action builds your code base.
By default it just creates a C<blib/> directory and copies any C<.pm>
and C<.pod> files from your C<lib/> directory into the C<blib/>
directory. It also compiles any C<.xs> files from C<lib/> and places
them in C<blib/>. Of course, you need a working C compiler (probably
the same one that built perl itself) for the compilation to work
properly.
The C<code> action also runs any C<.PL> files in your F<lib/>
directory. Typically these create other files, named the same but
without the C<.PL> ending. For example, a file F<lib/Foo/Bar.pm.PL>
could create the file F<lib/Foo/Bar.pm>. The C<.PL> files are
processed first, so any C<.pm> files (or other kinds that we deal
with) will get copied correctly.
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
=item docs
[version 0.20]
This will generate documentation (e.g. Unix man pages and HTML
documents) for any installable items under B<blib/> that
contain POD. If there are no C<bindoc> or C<libdoc> installation
targets defined (as will be the case on systems that don't support
Unix manpages) no action is taken for manpages. If there are no
C<binhtml> or C<libhtml> installation targets defined no action is
taken for HTML documents.
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
=item html
[version 0.26]
This will generate HTML documentation for any binary or library files
under B<blib/> that contain POD. The HTML documentation will only be
installed if the install paths can be determined from values in
C<Config.pm>. You can also supply or override install paths on the
command line by specifying C<install_path> values for the C<binhtml>
and/or C<libhtml> installation targets.
=item install
[version 0.01]
This action will use C<ExtUtils::Install> to install the files from
C<blib/> into the system. See L<"INSTALL PATHS">
for details about how Module::Build determines where to install
things, and how to influence this process.
If you want the installation process to look around in C<@INC> for
other versions of the stuff you're installing and try to delete it,
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
=item manpages
[version 0.28]
This will generate man pages for any binary or library files under
B<blib/> that contain POD. The man pages will only be installed if the
install paths can be determined from values in C<Config.pm>. You can
also supply or override install paths by specifying there values on
the command line with the C<bindoc> and C<libdoc> installation
targets.
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
=item retest
[version 0.2806]
This is just like the C<test> action, but doesn't actually build the
distribution first, and doesn't add F<blib/> to the load path, and
therefore will test against a I<previously> installed version of the
distribution. This can be used to verify that a certain installed
distribution still works, or to see whether newer versions of a
distribution still pass the old regression tests, and so on.
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
[version 0.01]
This will use C<Test::Harness> or C<TAP::Harness> to run any regression
tests and report their results. Tests can be defined in the standard
places: a file called C<test.pl> in the top-level directory, or several
files ending with C<.t> in a C<t/> directory.
If you want tests to be 'verbose', i.e. show details of test execution
rather than just summary information, pass the argument C<verbose=1>.
If you want to run tests under the perl debugger, pass the argument
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
Bug reports are also welcome at
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build>.
The latest development version is available from the Subversion
repository at <https://svn.perl.org/modules/Module-Build/trunk/>
=head1 COPYRIGHT
Copyright (c) 2001-2006 Ken Williams. All rights reserved.
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
L<Module::Build::API>, L<ExtUtils::MakeMaker>, L<YAML::Tiny>
F<META.yml> Specification:
L<http://module-build.sourceforge.net/META-spec-current.html>
L<http://www.dsmit.com/cons/>
L<http://search.cpan.org/dist/PerlBuildSystem/>
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/VideoLAN/LibVLC.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Alien-VideoLAN-LibVLC>
=item * Search CPAN
L<http://search.cpan.org/dist/Alien-VideoLAN-LibVLC/>
=back
=head1 SEE ALSO
L<http://www.videolan.org/vlc/>
L<http://www.videolan.org/vlc/libvlc.html>
L<Alien>
view all matches for this distribution
view release on metacpan or search on metacpan
- fix of Alien pattern
v0.001 2013-10-28 00:57:05-0500
- initial package
- using Alien::Base to download latest WFDB package from
<http://physionet.org/physiotools/archives/>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Web/ExtJS/V3.pm view on Meta::CPAN
=item * L<Alien::Web>
=item * L<www.sencha.com|http://www.sencha.com>
=item * L<ExtJS 3.4.0 API Docs|http://dev.sencha.com/deploy/ext-3.4.0/docs/>
=back
=head1 AUTHOR
view all matches for this distribution