Skip to content

rebuilt for buster #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bin/perl
Binary file not shown.
Binary file modified bin/perl5.26.2
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/perlbug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eval 'exec /home/git/binary-com/perl/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;

my $config_tag1 = '5.26.2 - Wed Feb 26 04:12:41 UTC 2020';
my $config_tag1 = '5.26.2 - Thu Apr 1 06:04:30 UTC 2021';

my $patchlevel_date = 1521920647;
my @patches = Config::local_patches();
Expand Down
2 changes: 1 addition & 1 deletion bin/perlthanks
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eval 'exec /home/git/binary-com/perl/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;

my $config_tag1 = '5.26.2 - Wed Feb 26 04:12:41 UTC 2020';
my $config_tag1 = '5.26.2 - Thu Apr 1 06:04:30 UTC 2021';

my $patchlevel_date = 1521920647;
my @patches = Config::local_patches();
Expand Down
200 changes: 0 additions & 200 deletions lib/5.26.2/pod/perltoc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -20144,146 +20144,6 @@ utf8, encode, compress, int32, null

=back

=head2 DB_File - Perl5 access to Berkeley DB version 1.x

=over 4

=item SYNOPSIS

=item DESCRIPTION

B<DB_HASH>, B<DB_BTREE>, B<DB_RECNO>

=over 4

=item Using DB_File with Berkeley DB version 2 or greater

=item Interface to Berkeley DB

=item Opening a Berkeley DB Database File

=item Default Parameters

=item In Memory Databases

=back

=item DB_HASH

=over 4

=item A Simple Example

=back

=item DB_BTREE

=over 4

=item Changing the BTREE sort order

=item Handling Duplicate Keys

=item The get_dup() Method

=item The find_dup() Method

=item The del_dup() Method

=item Matching Partial Keys

=back

=item DB_RECNO

=over 4

=item The 'bval' Option

=item A Simple Example

=item Extra RECNO Methods

B<$X-E<gt>push(list) ;>, B<$value = $X-E<gt>pop ;>, B<$X-E<gt>shift>,
B<$X-E<gt>unshift(list) ;>, B<$X-E<gt>length>, B<$X-E<gt>splice(offset,
length, elements);>

=item Another Example

=back

=item THE API INTERFACE

B<$status = $X-E<gt>get($key, $value [, $flags]) ;>, B<$status =
$X-E<gt>put($key, $value [, $flags]) ;>, B<$status = $X-E<gt>del($key [,
$flags]) ;>, B<$status = $X-E<gt>fd ;>, B<$status = $X-E<gt>seq($key,
$value, $flags) ;>, B<$status = $X-E<gt>sync([$flags]) ;>

=item DBM FILTERS

=over 4

=item DBM Filter Low-level API

B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
B<filter_fetch_value>

=item The Filter

=item An Example -- the NULL termination problem.

=item Another Example -- Key is a C int.

=back

=item HINTS AND TIPS

=over 4

=item Locking: The Trouble with fd

=item Safe ways to lock a database

B<Tie::DB_Lock>, B<Tie::DB_LockFile>, B<DB_File::Lock>

=item Sharing Databases With C Applications

=item The untie() Gotcha

=back

=item COMMON QUESTIONS

=over 4

=item Why is there Perl source in my database?

=item How do I store complex data structures with DB_File?

=item What does "wide character in subroutine entry" mean?

=item What does "Invalid Argument" mean?

=item What does "Bareword 'DB_File' not allowed" mean?

=back

=item REFERENCES

=item HISTORY

=item BUGS

=item AVAILABILITY

=item COPYRIGHT

=item SEE ALSO

=item AUTHOR

=back

=head2 Data::Dumper - stringified perl data structures, suitable for both
printing and C<eval>

Expand Down Expand Up @@ -24311,22 +24171,6 @@ __DATA__ is ignored, Max. codesize limited to 32-bit

=back

=head2 GDBM_File - Perl5 access to the gdbm library.

=over 4

=item SYNOPSIS

=item DESCRIPTION

=item AVAILABILITY

=item BUGS

=item SEE ALSO

=back

=head2 Getopt::Long - Extended processing of command line options

=over 4
Expand Down Expand Up @@ -29215,28 +29059,6 @@ version B<(required)>, dir, files, prefix

=back

=head2 NDBM_File - Tied access to ndbm files

=over 4

=item SYNOPSIS

=item DESCRIPTION

C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>

=item DIAGNOSTICS

=over 4

=item C<ndbm store returned -1, errno 22, key "..." at ...>

=back

=item BUGS AND WARNINGS

=back

=head2 NEXT - Provide a pseudo-class NEXT (et al) that allows method
redispatch

Expand Down Expand Up @@ -29795,28 +29617,6 @@ functions

=back

=head2 ODBM_File - Tied access to odbm files

=over 4

=item SYNOPSIS

=item DESCRIPTION

C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>

=item DIAGNOSTICS

=over 4

=item C<odbm store returned -1, errno 22, key "..." at ...>

=back

=item BUGS AND WARNINGS

=back

=head2 Opcode - Disable named opcodes when compiling perl code

=over 4
Expand Down
Loading