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


API-ReviewBoard

 view release on metacpan or  search on metacpan

ReviewBoard.pm  view on Meta::CPAN

print "Review Request description:\n",$description,"\n\n";

my $date_added = $rb->getReviewDateAdded(changenum  => '13027322');
print "Review Request Added Date:\n", $date_added, "\n\n";

my $last_updated = $rb->getReviewLastUpdated(changenum  => '13027232');
print "Review Request Last Updated Date:\n", $last_updated, "\n\n";

my $reviewers = $rb->getReviewers(changenum => '1302722');
print "Reviewers assigned to Review Request:\n @$reviewers \n\n";

my $summary = $rb->getSummary(changenum => '1302722');

ReviewBoard.pm  view on Meta::CPAN

}



=head2 $rb->getReviewLastUpdated(changenum  => '112345');
Gets the date on which change request was last updated.
=cut

sub getReviewLastUpdated {
        my $self = shift;
        my %args  = validate(

ReviewBoard.pm  view on Meta::CPAN

        my $request = new HTTP::Request('GET', $changenumlink);
        $self->{_cookie_jar}->add_cookie_header($request);
        my $response = $self->{_useragent}->simple_request($request);
        my $xml = $response->as_string;

        $xml =~ /.*"last_updated": "(.*)", "description".*/;
        my $lastupdated = $1;


        return ($lastupdated);
}


=head2 $rb->getReviewers(changenum  => '112345');

 view all matches for this distribution


APP-REST-RestTestSuite

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for APP-REST-RestTestSuite

0.02    24/02/2014
        Integrated all scripts to single rest-client client
        Implemented GetOptions in client for easy usage. 
        updated Build scripts to install the scripts to bin dir.
        Made rest-client as a CLI rest client
0.01    20/02/2014
        First version, released on an unsuspecting world.
        RestTestSuite module with scripts. 
        Installation to scripts to custom directory.

 view all matches for this distribution


ARS-Simple

 view release on metacpan or  search on metacpan

lib/ARS/Simple.pm  view on Meta::CPAN

The method returns true on success and carps on error.

update_record({
    eid  => $eID,           # The Entry-Id/Request-Id to update
    form => $form,          # The form to update
    lvp  => \%lvp,          # The data to be updated as a label => value hash ref
    lfid => \%labelFIDhash  # The label FID hash reference
    });

=head2 get_SQL

 view all matches for this distribution


ARSperl

 view release on metacpan or  search on metacpan

example/AddUsersToGroup.pl  view on Meta::CPAN

# AUTHOR
#   jeff murphy
#
# $Log: AddUsersToGroup.pl,v $
# Revision 1.5  2009/03/31 13:34:32  mbeijen
# Verified and updated examples.
# Removed ars_GetFullTextInfo.pl because ars_GetFullTextInfo is obsolete since ARS > 6.01
#
# Revision 1.4  2007/08/04 15:20:04  mbeijen
# Adjusted the code for current ARSperl version, added use strict; and added comments.
#

 view all matches for this distribution


ASNMTAP

 view release on metacpan or  search on metacpan

applications/htmlroot/cgi-bin/admin/countries.pl  view on Meta::CPAN

	  
	  if ($dummyActivated or $matchingCountries eq '') {
        $sql = 'UPDATE ' .$SERVERTABLCOUNTRIES. ' SET countryID="' .$CcountryID. '", countryName="' .$CcountryName. '", activated="' .$dummyActivated. '" WHERE countryID="' .$CcountryID. '"';
        $dbh->do ( $sql ) or $rv = error_trap_DBI(*STDOUT, "Cannot dbh->do: $sql", $debug, $pagedir, $pageset, $htmlTitle, $subTitle, 3600, '', $sessionID);
        $nextAction   = "listView" if ($rv);
        $htmlTitle    = "Country $CcountryID updated";
      } else {
        $htmlTitle    = "Country $CcountryID not deactivated and updated, still used by";
      }
    } elsif ($action eq 'listView') {
      $htmlTitle    = "All countries listed";

      $sql = "select SQL_NO_CACHE count(countryID) from $SERVERTABLCOUNTRIES";

 view all matches for this distribution


ASP4

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - asphelper's final instructions are now more clear and concise.
  - Fixes a bug that caused active sessions to timeout as though inactive simply
    because they were not changed before the timeout occurred.  Now, $Session->save()
    checks to see if it's been more than 60 seconds since the last time the __lastMod
    was changed - and if it has been more than 60 seconds, the session is saved
    and the __lastMod value is updated to time() - thus preventing expiry of 
    active sessions.

2010-03-08    v1.021
  - Removed a warning that popped up now and then about the use of an uninitialized value.
  - Added a more informative "Yay you're finished!" message after running asphelper.

Changes  view on Meta::CPAN

2009-12-17    v1.002
  - %ENV is no longer clobbered by ASP4::UserAgent.

2009-12-16    v1.001
  - Fixed a bug that prevented ASP4 for reliably detecting when an ASP script
    had been updated.

2009-12-15    v1.000
  - Ready for production use.

2009-12-14    v0.001_03 .. v0.001_05

 view all matches for this distribution


ASP4x-Linker

 view release on metacpan or  search on metacpan

t/010-basic/060-widget-triggers.t  view on Meta::CPAN

  attrs => [qw( page_number page_size )]
);

ok( $widget, "Got widget" );

# Reset the page number to '1' when the page size is updated:
$widget->on_change( page_size => sub {
  my $s = shift;
  $s->set( page_number => 1 );
});

 view all matches for this distribution


ASP4x-Router

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - The mod_perl handler sets $r->pnotes(__routed => 1), which the ASP4::TransHandler
    now checks before performing any additional routing.  Otherwise we end up
    doing twice the work!

2010-03-26      v0.004
  - The logic used for finding/constructing the router is updated.
  - Updated POD.
  - Downgraded Apache2::RequestRec requirement to a 'recommends'.
  - Added dynamic inheritance based on whether requiring ASP4::TransHandler works or not.
  - ASP4x::Router now will test for the existence of each matched uri from $router->match(...)
    until it finds one that exists on disk.

 view all matches for this distribution


AUBBC

 view release on metacpan or  search on metacpan

AUBBC.pod  view on Meta::CPAN


Commented bad_pattern check for [email] tags, this security check is not needed because the next line will take care of all email tag security.

Added missing $AUBBC{image_border}, $AUBBC{html_type} and $AUBBC{image_wrap} to the none icon image.

Changed names of left and right align images to [left_img]..[/img] and [right_img]..[/img], also updated examples to show tags.

Added missing $AUBBC{html_type} to quote, code tags and code_highlight function.

v1.0 01/20/2008 08:46:08

 view all matches for this distribution


AWS-Lambda-Quick

 view release on metacpan or  search on metacpan

lib/AWS/Lambda/Quick.pm  view on Meta::CPAN

the C<AWS_LAMBDA_QUICK_DEBUG> environment variable to enabled
debugging to STDERR:

    shell$ AWS_LAMBDA_QUICK_DEBUG=1 perl lambda-function.pl
    updating function code
    function code updated
    updating function configuration
    searching for existing role
    found existing role
    ...

 view all matches for this distribution


AWS-Lambda

 view release on metacpan or  search on metacpan

author/publish-perl-runtime-archives.pl  view on Meta::CPAN

        if ($force) {
            $object = decode_json(`$cmd`);
            die "exit: $!" if $! != 0;
        }
    } else {
        say STDERR "s3://shogo82148-lambda-perl-runtime-us-east-1/$key is already updated";
    }
    return $object;
}

sub run_command {

 view all matches for this distribution


AWS-S3

 view release on metacpan or  search on metacpan

lib/AWS/S3/File.pm  view on Meta::CPAN


Returns a scalar-reference of the file's contents.

Accepts either a scalar-ref or a code-ref (which would return a scalar-ref).

Once given a new value, the file is instantly updated on Amazon S3.

  # GOOD: (uses scalarrefs)
  my $value = "A string";
  $file->contents( \$value );
  $file->contents( sub { return \$value } );

 view all matches for this distribution


AXL-Client-Simple

 view release on metacpan or  search on metacpan

share/AXLSoap.xsd  view on Meta::CPAN

				</xsd:annotation>
			</xsd:element>
			<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0"/>
			<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>UUID changed each time the device is updated.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="traceFlag" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="mlppDomainId" type="xsd:int" nillable="false" minOccurs="0">
				<xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:element name="RFC2833Disabled" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
					<xsd:element name="phoneLoadName" type="axlapi:String32" minOccurs="0"/>
					<xsd:element name="certificateOperation" type="xsd:string" minOccurs="0"/><!--This field is of the type axl:XCertificateOperation in AXLEnums.xsd-->
					<xsd:sequence minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>These tags can be updated only if securityProfile is not mentioned in the request.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>authenticationMode can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="keySize" type="axlapi:XKeySize" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>keySize can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
					<xsd:element name="authenticationString" type="axlapi:String128" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>authenticationString can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="certificateStatus" type="xsd:string" minOccurs="0"><!--This field is of the type axl:XCertificateStatus in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>Read-only tag.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

			</xsd:element>
			<xsd:element name="scratch" type="axlapi:String50" minOccurs="0"/>
			<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0"/>
			<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>UUID that is changed each time the MGCP is updated.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="loadInformation" type="axlapi:XLoadInformation">
				<xsd:annotation>
					<xsd:documentation>For devices with load information, if any special load information is specified, the special attribute is set to TRUE. Otherwise, the load information is the default for the product.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

			<xsd:element name="answerTooSoonTimer" type="xsd:nonNegativeInteger" nillable="false"/>
			<xsd:element name="answerTooLateTimer" type="xsd:nonNegativeInteger" nillable="false"/>
			<xsd:element name="delayBeforeRingingCell" type="xsd:nonNegativeInteger" nillable="false"/>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Either Remote Destination Profile or Dual Mode Device can be specified but not both. Once added cannot be updated.</xsd:documentation>
				</xsd:annotation>
				<xsd:choice minOccurs="0">
					<xsd:element name="remoteDestinationProfile" type="axlapi:XRemoteDestinationProfile">
						<xsd:annotation>
							<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:documentation>It contains Product Specific Configuration Information like Fax mode, Modem Passthorugh, etc.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Read only. UUID that is changed each time the VG224 is updated.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="Can not assign the same softkey to the same call state for one softkey template except the Undefined softkey"/>
         <xsd:enumeration value="Attempt to delete CallManagerGroup record defined as the default tftp record"/>
         <xsd:enumeration value="Invalid attempt to change status of CallManagerGroup default tftp record to non-default"/>
         <xsd:enumeration value="Failure in triggered insert into SoftkeyTemplateServiceMap during insert of a new SoftkeyTemplate"/>
         <xsd:enumeration value="Encountered malformed base template record when attempting to insert a new Softkey Template"/>
         <xsd:enumeration value="Attempt to update a Standard template denied. Only user-defined templates may be updated"/>
         <xsd:enumeration value="Attempt to delete a Standard template denied. Only user-defined templates may be delete"/>
         <xsd:enumeration value="Attempt to insert a Standard template denied. Only user-defined templates may be inserted"/>
         <xsd:enumeration value="Invalid internal key encountered attempting to insert user template"/>
         <xsd:enumeration value="Cannot map this Service to a Softkey Template because the Service has no Softkeys defined."/>
         <xsd:enumeration value="Cannot remove the Cisco CallManager softkeys from a Softkey Template."/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="License File Already Loaded"/>
         <xsd:enumeration value="License File Format Error"/>
         <xsd:enumeration value="Approaching license limit warning"/>
         <xsd:enumeration value="Allocated licenses consumed by used and pending. Please upload additional licenses (a new license file) and try again."/>
         <xsd:enumeration value="Allocated licenses consumed by used. Please upload additional licenses (a new license file) and try again."/>
         <xsd:enumeration value="AllocatedLicenseUnits is reserved for future use. It must be set to 0 and cannot be updated"/>
         <xsd:enumeration value="Only characters A-Z, a-z, 0-9 are allowed in prompt name"/>
         <xsd:enumeration value="Invalid IP address"/>
         <xsd:enumeration value="There cannot be more than 8 NTP entries for the same Date Time Group"/>
         <xsd:enumeration value="IP address out of range; addresses must be less than 255.255.255.255"/>
         <xsd:enumeration value="7905/12 Dial Rule Pattern contains invalid characters."/>

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:element name="RFC2833Disabled" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
					<xsd:element name="phoneLoadName" type="axlapi:String32" minOccurs="0"/>
					<xsd:element name="certificateOperation" type="xsd:string" minOccurs="0"/><!--This field is of the type axl:XCertificateOperation in AXLEnums.xsd-->
					<xsd:sequence minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>These tags can be updated only if securityProfile is not mentioned in the request.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>authenticationMode can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="keySize" type="axlapi:XKeySize" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>keySize can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
					<xsd:element name="authenticationString" type="axlapi:String128" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>authenticationString can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="certificateStatus" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XCertificateStatus in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>Read-only tag.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="getCallerFilterListResponse" type="axlapi:GetCallerFilterListRes"/>
	<xsd:complexType name="UpdateCallerFilterListReq">
		<xsd:annotation>
			<xsd:documentation>Updates an existing CallerFilterList in the database. Only name and description fields can be updated.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIRequest">
				<xsd:sequence>
					<xsd:choice>

share/AXLSoap.xsd  view on Meta::CPAN

			<xsd:extension base="axlapi:APIRequest">
				<xsd:sequence>
					<xsd:choice>
						<xsd:element name="uuid" type="axlapi:XUUID" nillable="false">
							<xsd:annotation>
								<xsd:documentation>The GUID of the Voice Mail Pilot to be updated</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:sequence>
							<xsd:element name="dirn" type="axlapi:XDirectoryNumber" nillable="true"/>
							<xsd:choice>

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:element name="return">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="rowsUpdated" type="xsd:integer">
									<xsd:annotation>
										<xsd:documentation>Rows updated indicates the number of rows updated by the SQL update.</xsd:documentation>
									</xsd:annotation>
								</xsd:element>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:element name="floor" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="occupantName" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="postalCode" type="axlapi:String100" minOccurs="0"/>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>One of the two choices is mandatory if PolicyMatrix table needs to be updated</xsd:documentation>
						</xsd:annotation>
						<xsd:sequence>
							<xsd:element name="addPolicies" minOccurs="0">
								<xsd:annotation>
									<xsd:documentation>Add the policies provided in the request into Matrix table</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="updatePolicies" minOccurs="0">
								<xsd:annotation>
									<xsd:documentation>Updates the existing policies.  Only typeLogicalPartitioningPolicy field can be updated</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="updatePolicy" maxOccurs="unbounded">
											<xsd:complexType>

 view all matches for this distribution


Abstract-Meta-Class

 view release on metacpan or  search on metacpan

t/meta/array_storage/attribute.t  view on Meta::CPAN

    
    
    $attr->set_on_read($ncode_ref);
    
    my $b = $obj->attr('b');
    ::is_deeply(\%access_log, {item_accessor => 2, accessor => 2}, 'should have updated access log');
    ::is_deeply(\%hook_access_log, {item_accessor => 1, accessor => 1}, 'should have updated hook_access_log');
}


{
    package StorageKey;

 view all matches for this distribution


AcePerl

 view release on metacpan or  search on metacpan

Ace.pm  view on Meta::CPAN

=head2 timestamps() method

  $timestamps_on = $db->timestamps();
  $db->timestamps(1);

Whenever a data object is updated, AceDB records the time and date of
the update, and the user ID it was running under.  Ordinarily, the
retrieval of timestamp information is suppressed to conserve memory
and bandwidth.  To turn on timestamps, call the B<timestamps()> method 
with a true value.  You can retrieve the current value of the setting
by calling the method with no arguments.

 view all matches for this distribution


Acme-24

 view release on metacpan or  search on metacpan

fortune/jackbauer  view on Meta::CPAN

%
Jack Bauer can save any man, except Edgar Styles. May his soul Rest in Peace.
%
If you are not wearing underwear at this moment, then you are "going Jack Bauer".
%
Jack Bauer's vehicle has no less than 5 high-bandwidth military satellites following it at any time.  This enables him to stay updated on events at CTU in full-motion video.  Unfortunately, there were no more satellites available to keep track of Kim...
%
Jack Bauer is the thing that goes "bump" in the night.
%
Jack Bauer doesn't get older. He gets less young.
%

 view all matches for this distribution


Acme-Buffy

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

    - perlcritic test

1.4 Fri Sep  8 17:22:08 BST 2006
    - fixed broken POD
    - added POD test and POD coverage test
    - updated MANIFEST to include META.yml
    - made Makefile.PL unexecutable
    - perltidy
    - added 'use strict'. oh the irony

1.3 Wed Mar 27 13:44:23 GMT 2002

 view all matches for this distribution


Acme-CPANAuthors-BackPAN-OneHundred

 view release on metacpan or  search on metacpan

examples/templates/lib/Acme/CPANAuthors/BackPAN/OneHundred.pm  view on Meta::CPAN

[% FOREACH item = LIST2 %]
[% item %]

[% END %]

List last updated: [% WHEN %]


=head1 MAINTENANCE

If you are aware of any CPAN author that has attained the heady heights of 100

 view all matches for this distribution


Acme-CPANAuthors-British

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - change quality test for a company with distros!

0.13    2012-09-19
        - implemented Perl::Critic suggestions.
        - change file dates changed to meet W3CDTF standards.
        - updated ping test to api.cpanauthors.org
        - added BOB (Bob Walker)

0.12    2012-08-21
        - added NEWELLC (Colin Newell)

Changes  view on Meta::CPAN

0.05    2012-04-06
        - fixed CPANTS tests.
        - added META.json and test script.

0.04    2010-11-04
        - fixed skip count and updated pingtest for 11companies.t.

0.03    2010-10-31
        - revised pingtest.
        - added CJK, CYCLES, SKX and XEONTIME as British authors.

 view all matches for this distribution


Acme-CPANAuthors-CPAN-OneHundred

 view release on metacpan or  search on metacpan

examples/templates/lib/Acme/CPANAuthors/CPAN/OneHundred.pm  view on Meta::CPAN

[% FOREACH item = LIST2 %]
[% item %]

[% END %]

List last updated: [% WHEN %]


=head1 MAINTENANCE

If you are aware of any CPAN author that has attained the heady heights of 100

 view all matches for this distribution


Acme-CPANAuthors-CPAN-TopDepended-ByOthers

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - [build] Rebuild, show rankings in POD.


0.002   2016-10-14  Released-By: PERLANCAR

        - [build] Rebuild with updated lcpan which fixes the SQL query.


0.001   2016-10-14  Released-By: PERLANCAR

        - First release.

 view all matches for this distribution


Acme-CPANAuthors-CPAN-TopDepended

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - [build] Rebuild, show the rankings in POD.


0.002   2016-10-14  Released-By: PERLANCAR

        - [build] Rebuild with updated lcpan which fixes the SQL query.


0.001   2016-10-14  Released-By: PERLANCAR

        - First release.

 view all matches for this distribution


Acme-CPANAuthors-Nonhuman

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Acme-CPANAuthors-Nonhuman

0.026     2017-09-30 19:14:01Z
          - updated distribution build code to use the metacpan v1 fastapi.

0.025     2016-08-22 22:38:41Z
          - welcome ALTREUS, our latest member!

0.024     2016-03-14 02:58:07Z

Changes  view on Meta::CPAN

0.018     2014-10-04 21:48:34Z
          - clean up HTML generation, for better rendering with recent changes
            to metacpan layout (Graham Knop, PR#4)

0.017     2014-08-16 23:49:11Z
          - updated module counts

0.016     2014-06-29 16:53:57Z
          - welcome our newest members, JTRAMMELL, BENW and NMELNICK!

0.015     2014-02-08 23:44:12Z

Changes  view on Meta::CPAN

0.011     2013-09-28 02:04:33Z
          - more diagnostic updates to siblings test
          - more authors added

0.010     2013-09-25 16:56:23Z
          - updated siblings test to help diagnose which other
            Acme::CPANAuthors:: module out there has a bad $VERSION

0.009     2013-09-24 04:32:45Z
          - more authors added (thanks, Сергей Романов!)

Changes  view on Meta::CPAN


0.003     2013-07-06 01:04:20Z
          - rewrite code and HTML generation by using embedded templates in
            the .pm file and authors in __DATA__, and a custom Dist::Zilla
            plugin
          - updated list of PAUSE IDs, by re-scanning cpan-faces

0.002     2013-06-01 17:04:26Z
          - bump dependency on Acme::CPANAuthors to fix ::Search issue
            (RT#85779)

 view all matches for this distribution


Acme-CPANAuthors

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors.pm  view on Meta::CPAN


=head1 WEBSITE

Now we have a website: L<http://acme.cpanauthors.org/>. You can
easily see who is the most kwalitative author in your community,
or who released or updated most in the past 365 days. More statistics
would come, and suggestions are welcome.

=head1 ENVIRONMENTAL VARIABLE

=head2 ACME_CPANAUTHORS_HOME

 view all matches for this distribution


Acme-CPANLists-PERLANCAR

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.24    2017-07-28 (PERLANCAR)

	- Retired: Add App::CreateSparseFile.

        - [build] Rebuild with updated DZP:Acme::CPANLists which adds modules
          mentioned in module lists as prereqs (phase=x_mentions,
          rel=x_mentions).


0.23    2017-07-01 (PERLANCAR)

Changes  view on Meta::CPAN


0.03    2015-06-30 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild with updated
          Pod::Weaver::Plugin::PERLANCAR::CPANLists.


0.02    2015-06-30 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild with updated
          Pod::Weaver::Plugin::PERLANCAR::CPANLists.


0.01    2015-06-30 (PERLANCAR)

 view all matches for this distribution


Acme-CPANModules-BPOM-FoodRegistration

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/BPOM/FoodRegistration.pm  view on Meta::CPAN



**Searching for products**

<prog:cek-bpom-products> (from <pm:App::CekBpom>) is a CLI front-end for
<https://cekbpom.pom.go.id>. Currently broken (not yet updated to the latest
version of the website).


**List of food additives**

lib/Acme/CPANModules/BPOM/FoodRegistration.pm  view on Meta::CPAN

registration at BPOM.

B<Searching for products>

L<cek-bpom-products> (from L<App::CekBpom>) is a CLI front-end for
L<https://cekbpom.pom.go.id>. Currently broken (not yet updated to the latest
version of the website).

B<List of food additives>

L<bpom-list-food-additives> (from L<App::BPOMUtils::Table::FoodAdditive>)

 view all matches for this distribution


Acme-CPANModules-BrowsingTableInteractively

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/BrowsingTableInteractively.pm  view on Meta::CPAN


This module lets you browse the table in a terminal. Using the <pm:Tickit>
library, the advantages it's supposed to have is mouse support. It's still very
basic: you either have to specify each column width manually or the width of all
columns will be the same. There's no horizontal scrolling support or a way to
see long text in a column. Not updated since 2016.


4) **Term::TablePrint**, <pm:Term::TablePrint>

This module lets you browse the table in a terminal. Provides roughly the same

lib/Acme/CPANModules/BrowsingTableInteractively.pm  view on Meta::CPAN


This module lets you browse the table in a terminal. Using the L<Tickit>
library, the advantages it's supposed to have is mouse support. It's still very
basic: you either have to specify each column width manually or the width of all
columns will be the same. There's no horizontal scrolling support or a way to
see long text in a column. Not updated since 2016.

4) B<Term::TablePrint>, L<Term::TablePrint>

This module lets you browse the table in a terminal. Provides roughly the same
features like Tickit::Widget::Table with an extra one: you can press Enter on a

 view all matches for this distribution


Acme-CPANModules-CLI-PasswordManager

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/CLI/PasswordManager.pm  view on Meta::CPAN

            script => 'password_manager',
            description => <<'MARKDOWN',

A simple script that lets you add, edit, list, and delete passwords from the
CLI. Passwords are stored in `~/.password_manager.json` in a simple JSON object
(hash) structure. Currently a very early release that still needs to be updated.

Pros:

- simplicity.

lib/Acme/CPANModules/CLI/PasswordManager.pm  view on Meta::CPAN


=item L<App::PasswordManager>

A simple script that lets you add, edit, list, and delete passwords from the
CLI. Passwords are stored in C<~/.password_manager.json> in a simple JSON object
(hash) structure. Currently a very early release that still needs to be updated.

Pros:

=over

 view all matches for this distribution


Acme-CPANModules-CPANAuthors

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/CPANAuthors.pm  view on Meta::CPAN

Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-CPANAuthors>.

=head1 SEE ALSO

L<Acme::CPANAuthors> itself lists many of the existing Acme::CPANAuthors::*
modules though not updated as often.

L<Acme::CPANModules> - about the Acme::CPANModules namespace

L<cpanmodules> - CLI tool to let you browse/view the lists

 view all matches for this distribution


Acme-CPANModules-ColorThemed

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.003   2020-12-15  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [build] Rebuild with updated Pod::From::Acme::CPANModules to rename
          POD sections.


0.002   2020-11-21  Released-By: PERLANCAR; Urgency: medium

 view all matches for this distribution


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