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


Apache-LogFormat-Compiler

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.11 2013-04-03T06:51:48Z

    - re-packaging with Minilla

0.10    Mon Mar 25 17:34:14 2013
    - updated docs

0.05    Fri Mar 22 16:18:21 2013
    - compatibility with Plack::Middleware::AccessLog
      if reqtime is undefined, use "-" instead of "0" for %D and %T. 

 view all matches for this distribution


Apache-LoggedAuthDBI

 view release on metacpan or  search on metacpan

AuthDBI.pm  view on Meta::CPAN


If a pwd_whereclause exists, it is appended to the SQL-select.

This module supports in addition a simple kind of logging mechanism. Whenever 
the handler is called and a log_string is configured, the log_field will be 
updated with the log_string. As log_string - depending upon the database - 
macros like TODAY can be used. 

The SQL-select used for the logging mechanism is as follows: 

 UPDATE pwd_table SET log_field = log_string WHERE uid_field = user

 view all matches for this distribution


Apache-Logmonster

 view release on metacpan or  search on metacpan

lib/Apache/Logmonster/Utility.pm  view on Meta::CPAN

        sudo        => $sudo,
        %args
    )
    if $mode; # set file permissions (paranoid)

    $log->audit( "  updated $existing" );
    return 1;
}

sub install_if_changed_copy {
    my $self = shift;

lib/Apache/Logmonster/Utility.pm  view on Meta::CPAN


    return $log->error( "could not send notice, Mail::Send is not installed!", fatal => 0)
        if $EVAL_ERROR;

    my $msg = Mail::Send->new;
    $msg->subject("$existing updated by $0");
    $msg->to($email);
    my $email_message = $msg->open;

    print $email_message "This message is to notify you that $existing has been altered. The difference between the new file and the old one is:\n\n$diffie";

 view all matches for this distribution


Apache-MiniWiki

 view release on metacpan or  search on metacpan

example/edit,v  view on Meta::CPAN

@*** empty log message ***
@
text
@Writing pages

Writing and creating pages is simple. If you see a page that you wish to change, just press the "Edit" link. You will then receive a page where you can edit the information. When you subsequently press "Submit", having done your changes, the page is ...

Instead of using regular HTML code, all content is written as plain text which is formatted into HTML when viewed. 

The following is true for all pages:

 view all matches for this distribution


Apache-OWA

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- Added code to show some "/perl-status" information.

0.3
- Merged Apache::OWA and Apache::OWA::AUTH into one module
- Eliminated use of CGI.pm.
- updated documentation
- created Makefile.PL and stuff.

0.2
- changed name
- minimize use of CGI.pm

 view all matches for this distribution


Apache-OneTimeURL

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.35 2021-07-04 JANITOR
    - Switched to Dist::Zilla

1.34 2016-02-04 NEILB
    - Fixed rendering problem with SYNOPSIS. Thanks to Pete Houston.
    - README updated to have relevant content instead of boilerplate.
      Also thanks to Pete Houston.

1.33 2015-10-23 NEILB
    - Updated repo URL with my new github username

 view all matches for this distribution


Apache-PAR

 view release on metacpan or  search on metacpan

PAR/Static.pm  view on Meta::CPAN

	unless (defined $cache_results) {
		$r->log->debug("Apache::PAR::Static: Cache miss for $location in $filename") if $cache_debug;
		return undef;
	}

	# Check for updated file
	my $cache_mtime = $cache_results->[0];
	unless ($cache_mtime == $file_mtime) {
		$cache_obj->remove($location);
		$r->log->debug("Apache::PAR::Static: Cache time does not match file modified time for $location in $filename") if $cache_debug;
		return undef;

 view all matches for this distribution


Apache-PSP

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.1  16 Aug 2001
  - first open source version

0.2  01 Apr 2002
  - updated PSP namespace to Template:PSP

0.3  03 Apr 2002
  - first make-able version
  - removed reliance on File::PathConvert
  - moved Tags.psp to permanent (?) location

Changes  view on Meta::CPAN

  - improved recovery from in-page fatal errors by causing interpreter 
    to restart after these errors
  - replaced erroneous reference to HTML::TokeParser with HTML::Parser

0.80  29 Jan 2003
  - updated include tag to use new abs_path
  - noticed that 0.7 is being treated as "older" than 0.51,
    which means that 1.0 will have to be just around the corner...
    
0.81  03 Feb 2003
  - updated %COOKIE hash code to handle url-encoded cookies properly

0.82  22 Apr 2003
  - special non-CGI::Minimal version for Charles Cowdrick

0.91  25 Sep 2003

 view all matches for this distribution


Apache-PageKit

 view release on metacpan or  search on metacpan

lib/Apache/PageKit/View.pm  view on Meta::CPAN

    die "Error loading record for page_id $page_id and view $pkit_view"
      unless $record;
  }

  if($view->{reload} ne 'no'){
    # check for updated files on disk
    unless($view->_is_record_uptodate($record, $pkit_view, $page_id)){
      # one of the included files changed on disk, reload
      $view->_load_page($page_id, $pkit_view);
      $record = $view->_fetch_from_file_cache($page_id, $pkit_view, $lang);
    }

 view all matches for this distribution


Apache-ParseFormData

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  say "Apache::ParseFormData"
	  Thanks to Stas Bekman <stas@stason.org>

0.06  Fri Jul 25 15:39:30 WEST 2003
	- a small bug in "parse_content" was fixed
	- the documetation has been updated

0.05  Thu Jul 24 14:00:22 WEST 2003
	- the cookies are implemented
	- the "_parse_query" method has changed
	- a bug where upload multiple files has been fixed
	- a major bug where set values in param method has been fixed
	- fixed a bug in "DESTROY" method before clean temporary files
	- updated documentation

0.04  Tue Jul 22 18:44:04 WEST 2003
	- added "disable_uploads" and "post_max" keywords to the
	  constructor
	- new method "parse_result" was also added
	- a bug in documentation has been fixed

0.03  Mon Jul 21 17:52:07 WEST 2003
	- set the "PREREQ_PM" keyword in Makefile.PL file
	- the return value of method "upload" was changed
	- the documetation has been updated

0.02  Mon Jul 21 11:14:51 WEST 2003
	- "delete" and "delete_all" methods have been added
	- now, is possible set multiple values in param method like CGI.pm
	- the documetation was also updated

0.01  Fri Jul 18 18:09:51 WEST 2003
	- original version; created by h2xs 1.22 with options
		-X -n Apache::ParseFormData

 view all matches for this distribution


Apache-Perldoc

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN


2002-06-28 07:55  rbowen

	* MANIFEST (1.2, apache-perldoc-1_10): Added ChangeLog to MANIFEST
	so that we can have some record of what is getting changed. Now, if
	I can just remember to keep it updated ...

2002-06-28 07:47  rbowen

	* README (1.2, apache-perldoc-1_10): Updated README to match docs.

 view all matches for this distribution


Apache-ProxyRewrite

 view release on metacpan or  search on metacpan

ProxyRewrite.pm  view on Meta::CPAN

#
# Revision 1.11  2001/09/27 18:22:40  cgilmore
# corrected whitespace bug
#
# Revision 1.10  2001/07/17 20:08:42  cgilmore
# updated documentation
#
# Revision 1.9  2001/03/21 16:25:04  cgilmore
# See ChangeLog for details
#
# Revision 1.8  2001/03/21 16:03:19  cgilmore

 view all matches for this distribution


Apache-ProxyScan

 view release on metacpan or  search on metacpan

eg/rav.pl  view on Meta::CPAN

            "31" => "Syntax error.",
            "32" => "Help message.",
            "33" => "Viruses list.",
            "34" => "The updating process was successfully completed.",
            "35" => "The updating process failed.",
            "36" => "Already updated.",
            "37" => "The licensing process was successfully completed.",
            "38" => "The licensing process failed."
 );
  return scalar $codes{$rc};
}

 view all matches for this distribution


Apache-Recorder

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  and this was causing one of the tests in t/get_id.t to fail.
	- Updated the description in Recorder.pm to include a more
	  generic statement of what Apache::Recorder does.

0.06 Thu Jul 18 16:30:00 2002
        - updated README
	- update POD for Mock::Apache::Request
        - Added PREREQ_PM to Makefile.PL to ensure that all necessary
	  modules get installed.

0.05 Tue Jul 16 12:08:00 2002

Changes  view on Meta::CPAN

        - changed name of HTTP::TestEngine to Apache::Recorder
        - changed name of HTTP::SessionConfig to HTTP::RecordedSession, and 
	  moved into its own package

0.02  Thu Jan 22 10:08:00 2002
        - updated documentation
	- added use Apache::Log
	- updated directory organization during install
	- added 4 tests to test.pl to check for required libraries
	- fixed bug which returned no data if not part of a series of 
	  chained handlers

0.01  Mon Nov  5 06:56:41 2001

 view all matches for this distribution


Apache-RequestNotes

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          for multi-keyed form data.
          thanks to Doug MacEachern and Matt Sergeant for
          their tips and efforts.
        - replaced pnotes('PARSE_ERROR') with 
          $Apache::RequestNotes::err
        - updated pod

0.03  4.19.2000
        - only add COOKIES pnotes if there are cookies to add
        - changed parsing error log message to error from warn
        - minor pod changes

Changes  view on Meta::CPAN

        - documented that using RequestNotes then trying to 
          use Apache::Request or CGI.pm to get to POSTed data
          is both redundant and problematic.

0.05  05.15.2000
        - updated README to be consistent with perldoc (whoops)
        - corrected installation to install to a versioned
          directory (whoops)

0.06  12.27.2000
        - changed Apache::Request->new() call to instance()

 view all matches for this distribution


Apache-SSI

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.91  Sun Jun 28 17:49:29 EDT 1998
   - In README and Makefile.PL, I've noted that mod_perl must be installed
     before this module will work.
   
   - I've updated everything so that it can use HTML::SimpleParse version 0.03,
     which requires that each output_* function return its output rather than
     print it.

1.90  Fri Jun 26 18:07:57 1998
   - original version; created by h2xs 1.18.  Actually a re-write of Doug

 view all matches for this distribution


Apache-Scoreboard

 view release on metacpan or  search on metacpan

TODO  view on Meta::CPAN

Apache::Scoreboard 2 REMOTE_SCOREBOARD_TYPE is available in global_score, 
should probably use that instead of the hardwired value

---

scripts under examples/ need to be updated to 2.0

---

lib/Apache/ScoreboardGraph.pm needs to be ported

 view all matches for this distribution


Apache-SdnFw

 view release on metacpan or  search on metacpan

lib/Apache/SdnFw/lib/Core.pm  view on Meta::CPAN

					}
				}
			}
		}

		$s->notify("Permissions updated");
		if ($s->{in}{return}) {
			$s->redirect(function => $s->{in}{return},
				params => $s->{in}{return_args});
		}
		return;

 view all matches for this distribution


Apache-Session-Memcached

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Apache::Session::Memcached.

Legenda: + = new feature, ! = updated feature/bug fix, - = removed feature


0.03  Mon Sep 20 13:00:00 2004
	! Fixed 'remove' session method with 'delete' Cache::Memcached call
	+ Added delete calls in tests

 view all matches for this distribution


Apache-Session-libmemcached

 view release on metacpan or  search on metacpan

lib/Apache/Session/Store/libmemcached.pm  view on Meta::CPAN

    return ($idx, @alternative_pools);
}

=head2 _update_pools

Private method to return which pools must be updated.

If failover is not enabled only one pool is returned.
Otherwise the designated pool will be returned.

=cut

 view all matches for this distribution


Apache-Session

 view release on metacpan or  search on metacpan

lib/Apache/Session.pm  view on Meta::CPAN

gains an exclusive lock and writes the session to the data store.  
It then releases any locks it has acquired.  

Note that Apache::Session does only a shallow check to see if anything has
changed.  If nothing changes in the top level tied hash, the data will not be
updated in the backing store.  You are encouraged to timestamp the session hash
so that it is sure to be updated.

When you call the delete() method on the session object, the
object is immediately removed from the object store, if possible.

When Session encounters an error, it calls die().  You will probably 

lib/Apache/Session.pm  view on Meta::CPAN

file locking.

Corris Randall <corris@line6.net> gave us the option to use any table name in
the MySQL store.

Oliver Maul <oliver.maul@ixos.de> updated the Sybase modules

Innumerable users sent a patch for the reversed file age test in the file
locking module.

Langen Mike <mike.langen@tamedia.ch> contributed Informix modules.

 view all matches for this distribution


Apache-SessionManager

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Apache::SessionManager.

Legenda: 
	+ = new feature
	! = updated feature/bug fix
	* = incompatible changes
	- = removed feature

1.03    Sun Nov 07 18:00:00 2004

 view all matches for this distribution


Apache-SimpleTemplate

 view release on metacpan or  search on metacpan

SimpleTemplate.pm  view on Meta::CPAN

	print STDERR "-- RENDERING ($package)\n" if ($s->{debug} > 1);

	my $fun = $_cache{$_[0]};
	my $usecache = $fun ? 1 : $s->{cache};

	# check for updated template
	if ($fun && ($s->{reload} > 0)) {
		my $filetime = (stat($_[0]))[9];
		if ($_cache_time{$_[0]} < $filetime) {
			print STDERR "-- RELOADING ($package)\n" if ($s->{debug} > 1);
			$fun = undef;

 view all matches for this distribution


Apache-Singleton

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - removed _delegator() from Apache::Singleton.  it causes problems under
      MP2

0.10  Sun Nov 22 2009
  *** new maintainer: Michael Schout <mschout@cpan.org>
    - updated Makefile.PL
    - added META_MERGE to Makefile.PL
    - update so mod_perl2 2.0 >= RC5 is supported
    - split out test mocks into t/lib
    - add mod_perl2 tests
    - sign the dist, add signature test

 view all matches for this distribution


Apache-Sling

 view release on metacpan or  search on metacpan

lib/Apache/Sling/LDAPSynch.pm  view on Meta::CPAN

 --attributes or -a (attribs)          - Comma separated list of attributes.
 --auth (type)                         - Specify auth type. If ommitted, default is used.
 --download-user-list (userList)       - Download user list to file userList
 --flag-disabled or -f                 - property to denote user should be disabled.
 --help or -?                          - View the script synopsis and options.
 --ldap-attributes or -A (attribs)     - Specify ldap attributes to be updated.
 --ldap-base or -B (ldapBase)          - Specify ldap base to synchronize users from.
 --ldap-dn or -D (ldapDN)              - Specify ldap DN for authentication.
 --ldap-filter or -F (filter)          - Specify ldap attribute to search for users with.
 --ldap-host or -H (host)              - Specify ldap host to synchronize from.
 --ldap-pass or -P (pass)              - Specify ldap pass for authentication.

 view all matches for this distribution


Apache-Test

 view release on metacpan or  search on metacpan

lib/Apache/TestSSLCA.pm  view on Meta::CPAN

eval { require Net::SSLeay; };
if (Apache::Test::normalize_vstring($version) >= 
    Apache::Test::normalize_vstring("1.1.1")
    && !defined(&Net::SSLeay::CTX_set_post_handshake_auth)) {
    # OpenSSL 1.1.1 disables PHA by default client-side in TLSv1.3 but
    # most clients are not updated to enable it (at time of writing).
    # Many mod_ssl tests require working PHA, so disable v1.3 unless
    # using an updated Net::SSLeay. This is strictly insufficient
    # since an updated IO::Socket::SSL is also needed; to be
    # continued.  Ref: https://github.com/openssl/openssl/issues/6933
    $sslproto = "all -TLSv1.3";
}

my $ca_dn = {

 view all matches for this distribution


Apache-UploadMeter

 view release on metacpan or  search on metacpan

lib/Apache/UploadMeter.pm  view on Meta::CPAN

        $hook_cache->remove($hook_id."lastupdaterate");
        $hook_cache->remove($hook_id."lastupdatelen");
	$hook_cache->clear;
	$hook_cache->purge; #best I can do for now...
    } else {
    	# Set a refresh header so the meter gets updated
	my $uri = APR::URI->parse($r->pool, $r->uri);
	$uri->scheme($ENV{HTTPS}?"https":"http");
	$uri->port($r->server->port ? $r->server->port : APR::URI::port_of_scheme($uri->scheme));
	$uri->path($r->uri);
	$uri->hostname($r->server->server_hostname);

 view all matches for this distribution


Apache-UploadSvr

 view release on metacpan or  search on metacpan

lib/Apache/UploadSvr/User.pm  view on Meta::CPAN

C<user> corresponds to the username with which the users identify
in the authentication stage. C<email> is their email address where
the transaction tickets are delivered to. C<lastname> is their family name.
<fullname> is whatever the fullname is composed of in the local culture.
C<salut> is the salutation like C<Herr> or C<Mister>. C<lastlogin>
is the timestamp that is updated with every request. C<introduced> is
the timestamp when the user got registered (not used in this uploadserver).
C<password> is the crypted
password in the default upload server. If the authentication handler
uses a different table, then this field is not needed. C<changedon>
and C<changedby> are not used in this application, they are only used as

 view all matches for this distribution


Apache-VMonitor

 view release on metacpan or  search on metacpan

lib/Apache/VMonitor.pm  view on Meta::CPAN

    my $pid = $params{pid} || 0;

    # really just a worker index (in threaded mpm)
    my $tid = $params{thread_num} || '';

    # build the updated URL (append the pid k/v pair)
    my $url = $r->uri . "?pid=$pid&" . join "&", map {"$_=$cfg{$_}"} keys %cfg;

    # if refresh is non-null, set the refresh header
    $r->headers_out->set(Refresh => "$cfg{refresh}; URL=$url") 
        if $cfg{refresh};

 view all matches for this distribution


Apache-Voodoo

 view release on metacpan or  search on metacpan

lib/Apache/Voodoo/Table.pm  view on Meta::CPAN


	unless ($params->{$self->{'pkey'}} =~ /$self->{'pkey_regexp'}/) {
		return $self->display_error("Invalid ID");
	}

	# find the record to be updated
	my $res = $dbh->selectall_arrayref("
		SELECT ".
			join(",",@{$self->{'columns'}}). "
		FROM
			$self->{'table'}

 view all matches for this distribution


( run in 0.480 second using v1.01-cache-2.11-cpan-05444aca049 )