Result:
found more than 1391 distributions - search limited to the first 2001 files matching your query ( run in 3.467 )


Alt-IO-All-new

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Alt-Lexical-Var-ButSupportModernPerl

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Alt-Module-Runtime-ButEUMM

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Alt-NewRelic-Agent-FFI-Empty

 view release on metacpan or  search on metacpan

lib/NewRelic/Agent/FFI/Procedural.pm  view on Meta::CPAN

=item Object oriented interface is slower

Because the unused C<$agent> instance needs to be shifted off the stack before calling the underlying C code there is a lot more overhead in the
object oriented interface.

=item Functions aren't renamed

The object oriented version renames a number of its methods, so translating C/C++ example code is nearly impossible.
The procedural version uses the same function name and constants, so translating example code from other languages
is easy.

=item API is complete

 view all matches for this distribution


Alt-Params-Util-PLICEASE

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

    site such as uunet.uu.net, or by allowing the Copyright Holder to include
    your modifications in the Standard Version of the Package.

    b) use the modified Package only within your corporation or organization.

    c) rename any non-standard executables so the names do not conflict
    with standard executables, which must also be provided, and provide
    a separate manual page for each non-standard executable that clearly
    documents how it differs from the Standard Version.

    d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Alt-Sex-INGY

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Alt-Sub-Delete-NewPackageSeparator

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

    site such as uunet.uu.net, or by allowing the Copyright Holder to include
    your modifications in the Standard Version of the Package.

    b) use the modified Package only within your corporation or organization.

    c) rename any non-standard executables so the names do not conflict
    with standard executables, which must also be provided, and provide
    a separate manual page for each non-standard executable that clearly
    documents how it differs from the Standard Version.

    d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Alt-Tickit-Widgets-ObjectPad

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Alt-common-sense-TOBYINK

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Alter

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

#endif

/*
 * The grok_* routines have been modified to use warn() instead of
 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
 * which is why the stack variable has been renamed to 'xdigit'.
 */

#ifndef grok_bin
#if defined(NEED_grok_bin)
static UV DPPP_(my_grok_bin)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result);

 view all matches for this distribution


Alvis-Convert

 view release on metacpan or  search on metacpan

lib/Alvis/Buffer.pm  view on Meta::CPAN

  1;
}

############################################
#
#  rename output XML buffer file to xml-add/N.xml for some N
#  and create a new output XML buffer file, name is returned;
#  return undef on fatal error, after printing error message
sub save() {
  print ABUF $TRAILER; 
  CORE::close(ABUF);

lib/Alvis/Buffer.pm  view on Meta::CPAN

    closedir(XA);
  }
  $latest++;
  my $nf = "xml-add/$latest.xml";
  #   now save
  rename($BUFFER,$nf);
  if ( ! &fix() ) {
    return undef;
  }
  return $nf;
}

 view all matches for this distribution


Alvis-NLPPlatform

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

       - Definition of a section to manage XML output
       - Render time is saved in the xml file (Client/server and
         stantalone mode)

0.2
       -  rename client.pl, server.pl, go.pl, as alvis-nlp-client, alvis-nlp-server, alvis-nlp-standalone
       -  set the default parsing wrapper (forgot in the version 0.1)
       -  configuration files have been moved in the alvis-nlpplatform
       -  writing functions printing header and footer of the
          documentCollection
       -  managing annoation of several document in the standalone

 view all matches for this distribution


Alvis-QueryFilter

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     Version of the Package.

     b) use the modified Package only within your corporation or
     organization.

     c) rename any non-standard executables so the names do not
     conflict with standard executables, which must also be provided,
     and provide a separate manual page for each non-standard
     executable that clearly documents how it differs from the Standard
     Version.

 view all matches for this distribution


Alzabo-GUI-Mason

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     Version of the Package.

     b) use the modified Package only within your corporation or
     organization.

     c) rename any non-standard executables so the names do not
     conflict with standard executables, which must also be provided,
     and provide a separate manual page for each non-standard
     executable that clearly documents how it differs from the Standard
     Version.

 view all matches for this distribution


Alzabo

 view release on metacpan or  search on metacpan

lib/Alzabo/RDBMSRules.pm  view on Meta::CPAN

                else
                {
                    push @sql, $self->recreate_table_sql( new => $new_t,
                                                          old => $old_t,
                                                        );
                    push @sql, $self->rename_sequences( new => $new_t,
                                                        old => $old_t,
                                                      );

                    # no need to do more because table will be
                    # recreated from scratch

 view all matches for this distribution


Amazon-API

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

Mon Dec 17 10:16:01 2018  Rob Lauer  <rlauer6@comcast.net>

	[1.1.4-1]:
	* cpan/buildspec.yml: add ChangeLog
	* cpan/Makefile.am
	- rename tarball if minor relase
	- PHONY, not PHONEY
	* configure.ac: bump

Fri Dec  7 13:44:32 2018  Rob Lauer  <rlauer6@comcast.net>

 view all matches for this distribution


Amazon-CloudFront-SignedURL

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Amazon-Credentials

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

Tue Dec 11 12:53:58 2018  Rob Lauer  <rlauer6@comcast.net>

	[1.0.10-1]:
	* configure.ac: bump release
	* cpan/Makefile.am: rename tarball for minor release only
	* src/main/perl/t/02-credentials.t: GMT, not UTC
	* README.md: mention 'make cpan'
	* cpan/extra-files: new

Mon Dec 10 13:44:31 2018  Rob Lauer  <rlauer6@comcast.net>

 view all matches for this distribution


Amazon-Dash-Button

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Amazon-DynamoDB-Simple

 view release on metacpan or  search on metacpan

lib/Amazon/DynamoDB/Simple.pm  view on Meta::CPAN


    # returns all the keys in the table
    $table->keys();

    # delete $old_key, create $new_key
    $table->rename($old_key, $new_key);

    # sync data between AWS regions using the 'last_updated' field to select
    # the newest data.  This method will permanently delete any items marked as
    # 'deleted'.
    $table->sync_regions();

 view all matches for this distribution


Amazon-DynamoDB

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Amazon-S3-SignedURLGenerator

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Amazon-S3-Thin-ResponseParser

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Amazon-S3-Thin

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

   - add head_object method
   - refine document

0.09 2015-03-02T13:11:39Z

   - rename Signer.pm -> SignerV2.pm

0.07 2015-03-01T15:49:47Z

   - separate Signer class

 view all matches for this distribution


Amazon-S3

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

	(initiate_multipart_upload): likewise
	(upload_part_of_multipart_upload): likewise
	(make_xml_document_simple): replaced with _create_multipart_upload_request()
	(get_key): call _get_key() now
	(_get_key)
	- renamed from get_key()
	- allow additional headers
	(copy_object): refactored
	(delete_keys)
	- refactored
	- allow additional headers

 view all matches for this distribution


Amazon-SES

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Amazon-Sites

 view release on metacpan or  search on metacpan

ChangeLog.md  view on Meta::CPAN


## [0.1.6] - 2024-04-04

### Fixed

- Allow spaces in country names (and rename some countries)

## [0.1.5] - 2024-04-02

### Fixed

 view all matches for this distribution


Ambassador-API-V2

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


Ambrosia

 view release on metacpan or  search on metacpan

share/Managers/buildApp.pm  view on Meta::CPAN

        my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
        my $results = $stylesheet->transform($self->source);
        my $fn = $hDir{dirTemplates} . '/main.xsl';
        if ( -e $fn )
        {
            rename $fn, $fn . '.bak';
        }
        #if ( open my $fh, ">:encoding($encoding)", $fn)
        if ( open my $fh, ">", $fn)
        {
            my $txt = $stylesheet->output_string($results);

share/Managers/buildApp.pm  view on Meta::CPAN

        my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
        my $results = $stylesheet->transform($self->source);
        my $fn = $hDir{dirTemplates} . '/list_json.xsl';
        if ( -e $fn )
        {
            rename $fn, $fn . '.bak';
        }
        #if ( open my $fh, ">:encoding($encoding)", $fn)
        if ( open my $fh, ">", $fn)
        {
            my $txt = $stylesheet->output_string($results);

share/Managers/buildApp.pm  view on Meta::CPAN

            my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
            my $results = $stylesheet->transform($self->source);
            my $fn = $hDir{dirTemplates} . '/authorize.xsl';
            if ( -e $fn )
            {
                rename $fn, $fn . '.bak';
            }
            #if ( open my $fh, ">:encoding($encoding)", $fn)
            if ( open my $fh, ">", $fn)
            {
                my $txt = $stylesheet->output_string($results);

share/Managers/buildApp.pm  view on Meta::CPAN

            my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
            my $results = $stylesheet->transform($self->source);
            my $fn = $hDir{dirTemplates} . '/tree_json.xsl';
            if ( -e $fn )
            {
                rename $fn, $fn . '.bak';
            }
            #if ( open my $fh, ">:encoding($encoding)", $fn)
            if ( open my $fh, ">", $fn)
            {
                my $txt = $stylesheet->output_string($results);

share/Managers/buildApp.pm  view on Meta::CPAN


        my $results = $stylesheet->transform($document);
        my $fn = $dirOut . '/' . ($lc ? lc($name) : $name) . $fileSuffix;
        if ( -e $fn )
        {
            rename $fn, $fn . '.bak';
        }
        if ( open my $fh, ">", $fn)
        {
            print $fh $stylesheet->output_as_bytes($results);
            close $fh;

share/Managers/buildApp.pm  view on Meta::CPAN


        my $results = $stylesheet->transform($document);
        my $fn = $dirOut . '/' . $name . $fileSuffix;
        if ( -e $fn )
        {
            rename $fn, $fn . '.bak';
        }
        #if ( open my $fh, ">:encoding($encoding)", $fn)
        if ( open my $fh, ">", $fn)
        {
            print $fh $stylesheet->output_as_bytes($results);

share/Managers/buildApp.pm  view on Meta::CPAN

    my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
    my $results = $stylesheet->transform($self->source);

    if ( -e $dirOut )
    {
        rename $dirOut, $dirOut . '.bak';
    }
    #if ( open my $fh, ">:encoding($encoding)", $dirOut)
    if ( open my $fh, ">", $dirOut )
    {
        print $fh $stylesheet->output_string($results);

 view all matches for this distribution


Amce-CNA

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


( run in 3.467 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )