view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This Makefile.PL for Algorithm-Permute was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
# Don't edit it but the dist.ini and plugins used to construct it.
use strict;
use warnings;
use ExtUtils::MakeMaker;
view all matches for this distribution
view release on metacpan or search on metacpan
ppport.h -- Perl/Pollution/Portability Version 3.72
Automatically created by Devel::PPPort running under perl 5.040000.
Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
includes in parts/inc/ instead.
Use 'perldoc ppport.h' to view the documentation below.
----------------------------------------------------------------------
to display information for all known API elements.
=head1 BUGS
Some of the suggested edits and/or generated patches may not compile as-is
without tweaking manually. This is generally due to the need for an extra
parameter to be added to the call to prevent buffer overflow.
If this version of F<ppport.h> is causing failure during
the compilation of this module, please check if newer versions
dXSBOOTARGSXSAPIVERCHK|5.021006||Viu
dXSFUNCTION|5.005000||Viu
dXSI32|5.003007|5.003007|V
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
sub strip
{
my $self = do { local(@ARGV,$/)=($0); <> };
my($copy) = $self =~ /^=head\d\s+COPYRIGHT\s*^(.*?)^=\w+/ms;
$copy =~ s/^(?=\S+)/ /gms;
$self =~ s/^$HS+Do NOT edit.*?(?=^-)/$copy/ms;
$self =~ s/^SKIP.*(?=^__DATA__)/SKIP
if (\@ARGV && \$ARGV[0] eq '--unstrip') {
eval { require Devel::PPPort };
\$@ and die "Cannot require Devel::PPPort, please install.\\n";
if (eval \$Devel::PPPort::VERSION < $VERSION) {
view all matches for this distribution
view release on metacpan or search on metacpan
ppport.h -- Perl/Pollution/Portability Version 3.08
Automatically created by Devel::PPPort running under
perl 5.008008 on Thu Mar 8 10:16:35 2007.
Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
includes in parts/inc/ instead.
Use 'perldoc ppport.h' to view the documentation below.
----------------------------------------------------------------------
}
sub strip
{
my $self = do { local(@ARGV,$/)=($0); <> };
$self =~ s/^$HS+Do NOT edit.*?(?=^-)//ms;
$self =~ s/^SKIP.*(?=^__DATA__)/SKIP
if (\@ARGV && \$ARGV[0] eq '--unstrip') {
eval { require Devel::PPPort };
\$@ and die "Cannot require Devel::PPPort, please install.\\n";
Devel::PPPort::WriteFile(\$0);
view all matches for this distribution
view release on metacpan or search on metacpan
README.solaris view on Meta::CPAN
Installation of the Algorithm::SVM module is then as follows:
perl Makefile.PL.solaris
You will then need to edit the resulting Makefile, search for the
word 'static' and find the sections titled "MakeMaker static section"
and "MakeMaker static_lib section."
Comment out the lines which under each of these sections should look
something like:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Algorithm/Shape/RandomTree.pm view on Meta::CPAN
__END__
=head1 NAME
Algorithm::Shape::RandomTree - Create an object representing a procedural, editable, randomized plant shape that
can be rendered graphically by other modules.
=head1 VERSION
Version 0.01
view all matches for this distribution
view release on metacpan or search on metacpan
ppport.h -- Perl/Pollution/Portability Version 3.19
Automatically created by Devel::PPPort running under perl 5.014002.
Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
includes in parts/inc/ instead.
Use 'perldoc ppport.h' to view the documentation below.
----------------------------------------------------------------------
sub strip
{
my $self = do { local(@ARGV,$/)=($0); <> };
my($copy) = $self =~ /^=head\d\s+COPYRIGHT\s*^(.*?)^=\w+/ms;
$copy =~ s/^(?=\S+)/ /gms;
$self =~ s/^$HS+Do NOT edit.*?(?=^-)/$copy/ms;
$self =~ s/^SKIP.*(?=^__DATA__)/SKIP
if (\@ARGV && \$ARGV[0] eq '--unstrip') {
eval { require Devel::PPPort };
\$@ and die "Cannot require Devel::PPPort, please install.\\n";
if (eval \$Devel::PPPort::VERSION < $VERSION) {
view all matches for this distribution
view release on metacpan or search on metacpan
ppport.h -- Perl/Pollution/Portability Version 3.19
Automatically created by Devel::PPPort running under perl 5.010001.
Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
includes in parts/inc/ instead.
Use 'perldoc ppport.h' to view the documentation below.
----------------------------------------------------------------------
sub strip
{
my $self = do { local(@ARGV,$/)=($0); <> };
my($copy) = $self =~ /^=head\d\s+COPYRIGHT\s*^(.*?)^=\w+/ms;
$copy =~ s/^(?=\S+)/ /gms;
$self =~ s/^$HS+Do NOT edit.*?(?=^-)/$copy/ms;
$self =~ s/^SKIP.*(?=^__DATA__)/SKIP
if (\@ARGV && \$ARGV[0] eq '--unstrip') {
eval { require Devel::PPPort };
\$@ and die "Cannot require Devel::PPPort, please install.\\n";
if (eval \$Devel::PPPort::VERSION < $VERSION) {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Algorithm/TSort.pm view on Meta::CPAN
return reverse @sorted;
}
1;
__END__
# Below is stub documentation for your module. You'd better edit it!
=head1 NAME
Algorithm::TSort - Perl extension for topological sort
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Algorithm/TicketClusterer.pm view on Meta::CPAN
=head1 DESCRIPTION
B<Algorithm::TicketClusterer> is a I<perl5> module for retrieving
previously processed Excel-stored tickets similar to a new ticket. Routing
decisions made for the past similar tickets can be useful in expediting the
routing of a new ticket.
Tickets are commonly used in software services industry and customer
support businesses to record requests for service, product complaints,
user feedback, and so on.
lib/Algorithm/TicketClusterer.pm view on Meta::CPAN
that carry little discriminatory power vis-a-vis the tickets. IDF for a
word is the logarithm of the ratio of the total number of tickets to the
number of tickets in which the word appears. Obviously, if a word were to
appear in all the tickets, its IDF value would be zero. The inverted index
entry for a word is the list of all the tickets that contain that word.
The inverted index greatly expedites the retrieval of tickets similar to a
given query ticket.
=item B<Similarity Based Retrieval:>
A query ticket is subject to the same preprocessing steps as all other
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Algorithm/TravelingSalesman/BitonicTour.pm view on Meta::CPAN
=over 4
=item
Cormen, Thomas H.; Leiserson, Charles E.; Rivest, Ronald L.; Stein, Clifford
(2001). Introduction to Algorithms, second edition, MIT Press and McGraw-Hill.
ISBN 978-0-262-53196-2.
=item
Bentley, Jon L. (1990), "Experiments on traveling salesman heuristics", Proc.
view all matches for this distribution
view release on metacpan or search on metacpan
Algorithm/TrunkClassifier/ppport.h view on Meta::CPAN
ppport.h -- Perl/Pollution/Portability Version 3.13
Automatically created by Devel::PPPort running under perl 5.010000.
Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
includes in parts/inc/ instead.
Use 'perldoc ppport.h' to view the documentation below.
----------------------------------------------------------------------
Algorithm/TrunkClassifier/ppport.h view on Meta::CPAN
sub strip
{
my $self = do { local(@ARGV,$/)=($0); <> };
my($copy) = $self =~ /^=head\d\s+COPYRIGHT\s*^(.*?)^=\w+/ms;
$copy =~ s/^(?=\S+)/ /gms;
$self =~ s/^$HS+Do NOT edit.*?(?=^-)/$copy/ms;
$self =~ s/^SKIP.*(?=^__DATA__)/SKIP
if (\@ARGV && \$ARGV[0] eq '--unstrip') {
eval { require Devel::PPPort };
\$@ and die "Cannot require Devel::PPPort, please install.\\n";
if (\$Devel::PPPort::VERSION < $VERSION) {
view all matches for this distribution
view release on metacpan or search on metacpan
t/Relativity.test view on Meta::CPAN
RELATIVITY: THE SPECIAL AND GENERAL THEORY
BY ALBERT EINSTEIN
Written: 1916 (this revised edition: 1924)
Source: Relativity: The Special and General Theory (1920)
Publisher: Methuen & Co Ltd
First Published: December, 1916
Translated: Robert W. Lawson (Authorised translation)
Transcription/Markup: Brian Basgen <brian@marxists.org>
t/Relativity.test view on Meta::CPAN
still farther.
Notes
*) By means of the star photographs of two expeditions equipped by
a Joint Committee of the Royal and Royal Astronomical Societies, the
existence of the deflection of light demanded by theory was first
confirmed during the solar eclipse of 29th May, 1919. (Cf. Appendix
III.)
t/Relativity.test view on Meta::CPAN
complete that it becomes difficult to find any deductions in which the
two theories differ from each other. As an example, a case of general
interest is available in the province of biology, in the Darwinian
theory of the development of species by selection in the struggle for
existence, and in the theory of development which is based on the
hypothesis of the hereditary transmission of acquired characters.
We have another instance of far-reaching agreement between the
deductions from two theories in Newtonian mechanics on the one hand,
and the general theory of relativity on the other. This agreement goes
so far, that up to the preseat we have been able to find only a few
t/Relativity.test view on Meta::CPAN
We are indebted to the [British] Royal Society and to the Royal
Astronomical Society for the investigation of this important
deduction. Undaunted by the [first world] war and by difficulties of
both a material and a psychological nature aroused by the war, these
societies equipped two expeditions -- to Sobral (Brazil), and to the
island of Principe (West Africa) -- and sent several of Britain's most
celebrated astronomers (Eddington, Cottingham, Crommelin, Davidson),
in order to obtain photographs of the solar eclipse of 29th May, 1919.
The relative discrepancies to be expected between the stellar
photographs obtained during the eclipse and the comparison photographs
t/Relativity.test view on Meta::CPAN
THE STRUCTURE OF SPACE ACCORDING TO THE GENERAL THEORY OF RELATIVITY
(SUPPLEMENTARY TO SECTION 32)
Since the publication of the first edition of this little book, our
knowledge about the structure of space in the large (" cosmological
problem ") has had an important development, which ought to be
mentioned even in a popular presentation of the subject.
My original considerations on the subject were based on two
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alice/Readme.pod view on Meta::CPAN
=head2 PREFERENCES WINDOW
The Preferences window can be used to set configuration options that
are not connection specific. You can toggle the use of avatars, timestamps,
and notifications. You can also edit a list of highlightable terms.
=head2 HTTP AUTHENTICATION
Some configuration options do not have a UI yet. The most notable
of these options is HTTP authentication. If you would like to use
HTTP authentication, you will have to edit your configuration file
by hand. You can find this file at ~/.alice/config.
The config is simply a perl hash. So, if you are familiar with perl it
should not be too intimidating. If you do not know perl, sorry! :)
view all matches for this distribution
view release on metacpan or search on metacpan
patch sub {
my ($build) = @_;
my $config_ac = Path::Tiny->new('cola/configure.ac');
$config_ac->edit_lines(sub {
s{^\QLT_INIT\E$}
{LT_INIT([win32-dll])}g;
});
my $test_mingw32 = <<'EOF';
mingw*)
AM_LDFLAGS="$AM_LDFLAGS -no-undefined"
;;
esac
EOF
$config_ac->edit(sub {
s{\Q$test_mingw32\E}
{$replacement_mingw}sg;
});
my $colafd = Path::Tiny->new('cola/libcola/colafd.cpp');
$build->log("Patching $colafd");
$colafd->edit_lines(sub {
s{\QRectangle *r = rs\E}
{vpsc::Rectangle *r = rs}g;
});
if( exists $ENV{MSYSTEM} ) {
my $io = Path::Tiny->new('cola/libdialect/io.cpp');
$io->edit_lines(sub {
s{\Q#include <string>\E}{#include <cstring>\n$&}g;
});
}
};
view all matches for this distribution
view release on metacpan or search on metacpan
my($build) = @_;
my $pc = Path::Tiny->new('bcm2835-1.56.pc.in');
if(-f $pc)
{
$pc->edit_lines(sub {
s/^Cflags:\s*$/Cflags: -I\${includedir}\n/;
});
}
};
view all matches for this distribution
view release on metacpan or search on metacpan
corpus/libpalindrome/Makefile.in view on Meta::CPAN
distclean-libtool:
-rm -f libtool config.lt
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
# (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
@fail=; \
if $(am__make_keepgoing); then \
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Base/ModuleBuild/FAQ.pod view on Meta::CPAN
__DATA__
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include <editline/readline.h>
/* having a string parameter that we ignore
allows us to call this as a class method */
const char *
version(const char *class)
view all matches for this distribution
view release on metacpan or search on metacpan
[:DefaultModuleMaker] making alienfile from template
[:DefaultModuleMaker] making t/alien_bazel.t from template
[DZ] writing files to .../repos_gitlab/Alien-Bazel
[DZ] dist minted in ./Alien-Bazel
# manually edit alienfile
# test build procedure
$ cpanm App::af
$ cpanm Archive::Zip
$ cpanm Sort::Versions
view all matches for this distribution
view release on metacpan or search on metacpan
0.04 2025-08-24 18:54:47-06:00 America/Denver
- Expanded POD documentation
0.03 2025-08-24 18:06:52-06:00 America/Denver
- Updated documentation to fix typos and provide additional references to MetaCPAN packages
0.02 2025-07-06 21:04:04-06:00 America/Denver
- Updated alien recipe to include Claude's editions of my 1st alienfile
0.01 2025-06-22 12:04:20-06:00 America/Denver
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.025
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
requires "Alien::Base" => "0";
requires "Path::Tiny" => "0";
requires "base" => "0";
requires "namespace::autoclean" => "0";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Build/Plugin/Build/Autoconf.pm view on Meta::CPAN
for my $pkgconf_dir (@pkgconf_dirs) {
if(-d $pkgconf_dir)
{
foreach my $pc_file ($pkgconf_dir->children)
{
$pc_file->edit(sub {s/\Q$prefix\E/$real_prefix->stringify/eg;});
}
}
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This Makefile.PL for Alien-CFITSIO was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
# Don't edit it but the dist.ini and plugins used to construct it.
use strict;
use warnings;
use ExtUtils::MakeMaker;
view all matches for this distribution
view release on metacpan or search on metacpan
cp/codepress/codepress.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>CodePress - Real Time Syntax Highlighting Editor written in JavaScript</title>
<meta name="description" content="CodePress - source code editor window" />
<script type="text/javascript">
var language = 'generic';
var engine = 'older';
var ua = navigator.userAgent;
view all matches for this distribution
view release on metacpan or search on metacpan
patch sub {
# See <https://github.com/sisinflab-swot/cowl/pull/9>.
my $needle = q|add_subdirectory("${COWL_DOCS_DIR}")|;
my $install_targets = q|install(TARGETS cowl ulib)|;
Path::Tiny->new('CMakeLists.txt')->edit_utf8(sub {
s/\Q$needle\E/$install_targets\n\n$&/s;
});
};
plugin 'Build::CMake';
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use Alien::Base::ModuleBuild;
##-- we don't expect this package to build anywhere but linux (RT #124451)
die("cowardly refusing to build on non-linux system; edit Build.PL and try again!") if ($^O !~ /linux/i);
##-- minimum installed ddc version (for 'alien_version_check')
my $min_ddc_version = "2.2.8";
##======================================================================
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Editline.pm view on Meta::CPAN
use strict;
use warnings;
use base qw( Alien::Base );
# ABSTRACT: Build and make available Editline (libedit)
our $VERSION = '0.10'; # VERSION
lib/Alien/Editline.pm view on Meta::CPAN
=encoding UTF-8
=head1 NAME
Alien::Editline - Build and make available Editline (libedit)
=head1 VERSION
version 0.10
view all matches for this distribution
view release on metacpan or search on metacpan
if(-f $libffi_pc)
{
# I think the actual error is somewhere other
# than the .pc file, but this works around it
# at least in the way that we use it.
$build->log('edit libffi.pc.in');
$libffi_pc->copy('libffi.pc.in.orig');
$libffi_pc->edit_lines(sub {
s/^toolexeclibdir=.*$/toolexeclibdir=\${libdir\}/;
});
}
};
view all matches for this distribution
view release on metacpan or search on metacpan
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.025
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
requires "File::ShareDir" => "1";
requires "File::Spec" => "3";
requires "perl" => "v5.8.0";
view all matches for this distribution
view release on metacpan or search on metacpan
patch sub {
my($splinefont_h) = Path::Tiny->new('fontforge/splinefont.h');
if( $^O eq 'darwin' ) {
$splinefont_h->edit_lines(sub {
s{\Q#include "locale.h"\E}{#include <locale.h>\n#include <xlocale.h>\n}g;
});
}
};
view all matches for this distribution