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


App-GitHubWebhooks2Ikachan

 view release on metacpan or  search on metacpan

t/resources/commit_comment/created.json  view on Meta::CPAN

    "html_url": "https://github.com/moznion/sandbox/commit/adfb4f5fa983e4fc5d5559d6b653284ca03f296d#commitcomment-5920929",
    "id": 5920929,
    "line": null,
    "path": null,
    "position": null,
    "updated_at": "2014-04-06T13:06:59Z",
    "url": "https://api.github.com/repos/moznion/sandbox/comments/5920929",
    "user": {
      "avatar_url": "https://avatars.githubusercontent.com/u/1422834?",
      "events_url": "https://api.github.com/users/moznion/events{/privacy}",
      "followers_url": "https://api.github.com/users/moznion/followers",

 view all matches for this distribution


App-GitWorkspaceScanner

 view release on metacpan or  search on metacpan

lib/App/GitWorkspaceScanner.pm  view on Meta::CPAN

If you are not using C<--workspace> to limit the scan to files on which you
have read permissions, this script needs to be run as root.

=item *

You should have C<updatedb> in your crontab running daily, to ensure that new
repositories are picked up.

=item *

You should run this script using C<nice>. While it uses C<locate>, it still has

 view all matches for this distribution


App-Gitc

 view release on metacpan or  search on metacpan

lib/App/Gitc/Its/Jira.pm  view on Meta::CPAN


    my ( $rc, $status_exception );
    eval {
        my $jira = $self->get_jira_object or return;
        $jira->addComment( $issue, $message );
        my $updated_issue = $jira->progress_workflow_action_safely( $issue, $to );
        my $jira_rest = $self->get_jira_rest_object or return;
        $jira_rest->unwatch_issue( $issue->{id}, $jira_user )
            if $jira_user eq $default_jira_user;
        $rc = ( $issue->{id} == $updated_issue->{id} );
    };
    die $@ if $@;  # rethrow unexpected exceptions

    if ($reviewer) {
        eval {

 view all matches for this distribution


App-Glacier

 view release on metacpan or  search on metacpan

lib/App/Glacier/Bre.pm  view on Meta::CPAN

    do {
	#10 is the default limit, send a marker if needed
        my $res = $self->_send_receive(
	    GET => "/-/vaults?limit=10" . ($marker ? '&marker='.$marker : '')
	);
        # updated error severity
        croak 'list_vaults failed with error ' . $res->status_line unless $res->is_success;
        my $decoded = $self->_decode_and_handle_response( $res );

        push @vaults, @{$decoded->{VaultList}};
        $marker = $decoded->{Marker};

lib/App/Glacier/Bre.pm  view on Meta::CPAN

    croak "no vault name given" unless $vault_name;

    my $res = $self->_send_receive(
                GET => "/-/vaults/$vault_name/notification-configuration",
              );
    # updated error severity
    croak 'get_vault_notifications failed with error ' . $res->status_line
	unless $res->is_success;

    return $self->_decode_and_handle_response( $res );
}

 view all matches for this distribution


App-Greple-update

 view release on metacpan or  search on metacpan

lib/App/Greple/update.pm  view on Meta::CPAN

B<greple> behaves as normal operation, that means only matched lines
are printed.

File is not touched as far as its content does not change.

The file is also not updated if the output is empty.  This is to
prevent the contents of the file from being erased if none of the
match strings are included.  If you want to intentionally empty a
file, you need to think of another way.

=item B<--with-backup>[=I<suffix>]

 view all matches for this distribution


App-Greple-wordle

 view release on metacpan or  search on metacpan

CLAUDE.md  view on Meta::CPAN

  - Contains classic Wordle word list from original game
  - Uses Data::Section::Simple for data storage

- **lib/App/Greple/wordle/NYT.pm**: New York Times Wordle dataset
  - Exports `@WORDS` (all valid words) and `@HIDDEN` (answer list)
  - Contains NYT Wordle word list (updated through November 2025)
  - Uses Data::Section::Simple for data storage

- **lib/App/Greple/wordle/word_all.pm**: Legacy word dictionary (deprecated)
  - Kept for backward compatibility
  - Exports `@word_all` array and `%word_all` hash

 view all matches for this distribution


App-Greple-xlate

 view release on metacpan or  search on metacpan

lib/App/Greple/xlate/Cache.pm  view on Meta::CPAN

    clear => 0,		# clean up cache data
    accessed => {},	# accessed keys
    order => [],	# accessed keys in order
    accumulate => 0,	# do not delete unused entry
    force_update => 0,	# update cache file anyway
    updated => 0,	# number of updated entries
    format => 'list',	# saving cache file format
);

for my $key (keys %default) {
    no strict 'refs';

lib/App/Greple/xlate/Cache.pm  view on Meta::CPAN

	    $obj->set(mesh $a, $b);
	} else {
	    my $c = $obj->current->{$a} //= delete $obj->saved->{$a};
	    if (not defined $c or $c ne $b) {
		$obj->current->{$a} = $b;
		$obj->updated++;
	    }
	}
    } @_;
    $obj;
}

lib/App/Greple/xlate/Cache.pm  view on Meta::CPAN

}

sub update {
    my $obj = shift;
    my $file = $obj->name || return;
    if (not $obj->force_update and $obj->updated == 0) {
	if (%{$obj->saved} == 0) {
	    return;
	} elsif ($obj->accumulate) {
	    for (keys %{$obj->saved}) {
		$obj->current->{$_} //= delete $obj->saved->{$_};

 view all matches for this distribution


App-Guiio

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


commit 4b6f905babca8c9ed60c8116b86d5fb0019397cf
Author: nadim khemir <nadim@naquadim.(none)>
Date:   Sun Apr 27 14:27:38 2008 +0200

    FIXED: number of group colors is automatically updated from cnumber of group color definitions

commit 50bd22c8587dad4c929e0e4ce8e2943919bea257
Author: nadim khemir <nadim@naquadim.(none)>
Date:   Fri Apr 25 19:48:07 2008 +0200

 view all matches for this distribution


App-HPGL2Cadsoft

 view release on metacpan or  search on metacpan

lib/App/HPGL2Cadsoft.pm  view on Meta::CPAN

    $$bbox->min_x( $point->min_x() ) if ( $point->min_x() < $$bbox->min_x() );
    $$bbox->max_y( $point->max_y() ) if ( $point->max_y() > $$bbox->max_y() );
    $$bbox->max_x( $point->max_x() ) if ( $point->max_x() > $$bbox->max_x() );

    # Safety check
    warn "Bbox not updated as expected" if ( !$$bbox->contains($point) );

}

sub _write_script {
    my $self = shift();

 view all matches for this distribution


App-Hashl

 view release on metacpan or  search on metacpan

lib/App/Hashl.pm  view on Meta::CPAN


If true: do not skip ignored files, unignore and re-add them instead

=back

If the file already is in the database, it is only updated if both the file
size and the mtime have changed.

Returns true if the file was actually added to the database, false if it is
ignored or already present (and up-to-date).

 view all matches for this distribution


App-HistHub

 view release on metacpan or  search on metacpan

lib/App/HistHub.pm  view on Meta::CPAN


You also need one client daemon in each computer that you want to share history. To boot client, type following command:

    histhubd --histfile=/path/to/your_history_file --server=http://your_server_address

This client send updated history to server, and receive new history from other clients.

=head1 METHODS

=head2 new

 view all matches for this distribution


App-I18N

 view release on metacpan or  search on metacpan

lib/App/I18N/DB.pm  view on Meta::CPAN

        create table po_string (  
            id          INTEGER PRIMARY KEY AUTOINCREMENT,
            lang        TEXT,
            msgid       TEXT,
            msgstr      TEXT,
            updated_on  timestamp,
            updated_by  varchar(120));
    |);
}

# by {id}
sub get_entry {

 view all matches for this distribution


App-IndonesianBankingUtils

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  (renamed CLIs list-id{,n}-{bank-cards,banks}.


0.144   2020-03-18  Released-By: PERLANCAR; Urgency: medium

        - [build] Rebuild with updated Log::ger* modules.


0.143   2019-10-15  Released-By: PERLANCAR; Urgency: medium

	- [bugfix] Add missing dependencies:
	  Log::ger::Output::{Composite,DirWriteRotate}.


0.142   2019-05-10  Released-By: PERLANCAR

        - [build] Rebuild with updated Finance::Bank::ID::BCA (0.500).


0.141   2019-02-24  Released-By: PERLANCAR

        - [build] Rebuild with updated Data::Sah::Coerce.


0.140   2018-06-04  Released-By: PERLANCAR

        - [build] Rebuild with updated Sah coerce modules.


0.13    2017-08-03  Released-By: PERLANCAR

	- No functional changes.

Changes  view on Meta::CPAN

	- Make log level configurable using Log::ger::LevelFromEnv.


0.11    2017-07-14  Released-By: PERLANCAR

        - [build] Rebuild with packing updated modules.


0.10    2017-07-01  Released-By: PERLANCAR

	- Replace Log::Any with Log::ger.

 view all matches for this distribution


App-IndonesianLocaleUtils

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.021   2024-09-30  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [build] Rebuild with updated Locale::ID:Province.


0.020   2021-05-07  Released-By: PERLANCAR; Urgency: medium

	- [incompatible change] Update to newer Locale::ID::Province &

 view all matches for this distribution


App-InvestSim

 view release on metacpan or  search on metacpan

lib/App/InvestSim/Config.pm  view on Meta::CPAN

our %EXPORT_TAGS = (all => \@EXPORT_OK, array => \@array_export, modes => \@modes_export);

# The dimensions of the main tables displayed in the program. These are not pure
# GUI configuration value because they also impact the simulation values.
#
# When these values are updated, the default values for the arrays in
# $App::InvestSim::Values::values_config should be updated too.
use constant NUM_LOAN_DURATION => 6;
use constant NUM_LOAN_AMOUNT => 7;


# Constants for each computation type that can be displayed.

 view all matches for this distribution


App-JESP

 view release on metacpan or  search on metacpan

t/home_pgsql/patches/pagila1.sql  view on Meta::CPAN



ALTER FUNCTION public.last_day(timestamp without time zone) OWNER TO postgres;

--
-- Name: last_updated(); Type: FUNCTION; Schema: public; Owner: postgres
--

CREATE FUNCTION last_updated() RETURNS trigger
    AS $$
BEGIN
    NEW.last_update = CURRENT_TIMESTAMP;
    RETURN NEW;
END $$
    LANGUAGE plpgsql;


ALTER FUNCTION public.last_updated() OWNER TO postgres;

--
-- Name: rewards_report(integer, numeric); Type: FUNCTION; Schema: public; Owner: postgres
--

t/home_pgsql/patches/pagila1.sql  view on Meta::CPAN

    FOR EACH ROW
    EXECUTE PROCEDURE tsvector_update_trigger('fulltext', 'pg_catalog.english', 'title', 'description');


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON actor
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON address
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON category
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON city
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON country
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON customer
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON film
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON film_actor
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON film_category
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON inventory
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON language
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON rental
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON staff
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: last_updated; Type: TRIGGER; Schema: public; Owner: postgres
--

CREATE TRIGGER last_updated
    BEFORE UPDATE ON store
    FOR EACH ROW
    EXECUTE PROCEDURE last_updated();


--
-- Name: address_city_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres
--

 view all matches for this distribution


App-Jawk

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

	* Makefile.PL: added notes, fixed abstract extraction from
	  bin/jawk. (joshr:xl4.joshr.com)

2011-04-13 16:30  joshr

	* Changes, MANIFEST: updated (joshr:xl4.joshr.com)

2011-04-13 20:56  joshr

	* Changes: noted the purpose of this file in the file.
	  (joshr:macpro.joshr.com)

ChangeLog  view on Meta::CPAN


	* ChangeLog: changes (joshr:macpro.joshr.com)

2011-04-13 21:35  joshr

	* README: updated (joshr:macpro.joshr.com)

2011-04-13 21:36  joshr

	* bin/jawk: documentation and comment changes.
	  (joshr:xl4.joshr.com)

ChangeLog  view on Meta::CPAN


	* RELEASE_CHECKLIST: improvements (joshr:xl4.joshr.com)

2011-04-16 20:30  joshr

	* Changes: updated for 0.04 (joshr:xl4.joshr.com)

2011-04-17 02:09  joshr

	* bin/jawk: documentation changes. Rewrite of how we deal with
	  ranges and with negative indexes. Rewrite of invert_fields.

ChangeLog  view on Meta::CPAN


	* t/jawk.t: more test (joshr:xl4.joshr.com)

2011-04-17 02:18  joshr

	* RELEASE_CHECKLIST, ChangeLog: updated (joshr:xl4.joshr.com)

2011-04-19 20:21  joshr

	* bin/jawk: Optimization, documentation and comment changes.
	  (joshr:xl4.joshr.com)

ChangeLog  view on Meta::CPAN


	* Changes: update (joshr:xl4.joshr.com)

2012-12-02 16:27  joshr

	* Changes, ChangeLog: updated (joshr:xl4.joshr.com)

2012-12-02 16:27  joshr

	* RELEASE_CHECKLIST: added a line (joshr:xl4.joshr.com)

ChangeLog  view on Meta::CPAN


	* dist.ini: new build setup using Dist::Zilla

2012-12-16 18:44  joshr

	* ChangeLog: updated (joshr:xl4.joshr.com)

2012-12-16 18:45  joshr

	* dist.ini: work on uploading to cpan (joshr:xl4.joshr.com)

 view all matches for this distribution


App-KGB

 view release on metacpan or  search on metacpan

lib/App/KGB/Client/Git.pm  view on Meta::CPAN

    my ( $self ) = @_;
    my %ref_branch;
    my %ref_parent;
    my @new_branches;
    my %new_branches;
    my @updated_branches;
    my %branch_updates;
    my %branch_head;
    my %updated_heads;
    my @old_revs;
    # keys are sha1s, values are hashrefs with keys branch names
    my %branch_tips;

    warn "# ======== processing changesets" if 0;
    my @params = qw(--topo-order --parents --first-parent);
    my @updated;
    my %branch_has_commits;
    for my $cs ( @{ $self->changesets } ) {
        my ( $old, $new, $ref ) = @$cs;
        warn "# considering $old $new $ref" if 0;

lib/App/KGB/Client/Git.pm  view on Meta::CPAN

        warn "# $new is on $branch" if 0;

        warn "$branch head is $new" if 0;
        $branch_head{$branch} = $new;
        $branch_tips{$new}{$branch} = 1;
        $updated_heads{$branch} = 1;

        if ( $old =~ /^0+$/ ) {
            push @new_branches, $branch;
            $new_branches{$branch} = 1;
        }
        else {
            push @updated, "$new", "^$old";
            push @old_revs, $old;
            push @updated_branches, $branch;
            $branch_updates{$branch} = [ $old => $new ];
        }
    }

    my @existing_branches;

lib/App/KGB/Client/Git.pm  view on Meta::CPAN

    warn "old branches: @old_branches" if 0;

    my @commits;
    my %reported;

    if (@updated) {
        push @params, map( "^$_", @old_branches );
        warn "# git rev-list @params @updated" if 0;
        my @lines = $self->_git->command( 'rev-list', @params, @updated);
        do { warn $_ for @lines } if 0;

        if ( $self->squash_threshold
            and scalar(@lines) > $self->squash_threshold )
        {
            for my $branch (@updated_branches) {
                my ($old,$new) = @{ $branch_updates{$branch} };
                my $stat = $self->_git->command( 'diff', '--shortstat',
                    "$old..$new" );
                my @commit_lines
                    = $self->_git->command( 'rev-list', '--topo-order', $new,

lib/App/KGB/Client/Git.pm  view on Meta::CPAN

                $reported{$ref} = 1;
                $branch_has_commits{ $ref_branch{$ref} } = 1;
            }
        }

        # see if some updated branch was without any reported commits
        # if this case put a fast-forward notification
        if ( $self->enable_branch_ff_notification ) {
            for ( @updated_branches ) {
                next if $branch_has_commits{$_};

                push @commits,
                    App::KGB::Commit->new(
                    {   branch      => $_,

lib/App/KGB/Client/Git.pm  view on Meta::CPAN

    # terminate walk on old revs
    if ( @new_branches ) {
        # exclude commits in all branches that aren't part of this push
        my @exclude;
        for ( @existing_branches ) {
            push @exclude, $branch_head{$_} unless $updated_heads{$_};
        };
        push @exclude, @old_revs;
        $_ = "^$_" for @exclude;

        for my $b (@new_branches) {

 view all matches for this distribution


App-Koyomi

 view release on metacpan or  search on metacpan

lib/App/Koyomi/DataSource/Job/Teng.pm  view on Meta::CPAN


    my $now_db = DateTime::Format::MySQL->format_datetime($now);
    eval {
        # create jobs
        my %job = map { $_ => $data->{$_} } qw/user command memo/;
        $job{created_on} = $job{updated_at} = $now_db;
        my $new_job = $teng->insert('jobs', \%job);
        unless ($new_job) {
            croakf(q/Insert jobs Failed! data=%s/, ddf(\%job));
        }

lib/App/Koyomi/DataSource/Job/Teng.pm  view on Meta::CPAN

        for my $t (@{$data->{times}}) {
            my %time = (
                job_id => $new_job->id,
                %$t,
                created_on => $now_db,
                updated_at => $now_db,
            );
            $teng->insert('job_times', \%time)
                or croakf(q/Insert job_times Failed! data=%s/, ddf(\%time));
        }

lib/App/Koyomi/DataSource/Job/Teng.pm  view on Meta::CPAN


    my $now_db = DateTime::Format::MySQL->format_datetime($now);
    eval {
        # update jobs
        my %job = map { $_ => $data->{$_} } qw/user command memo/;
        $job{updated_at} = $now_db;
        unless ($teng->update('jobs', \%job, +{ id => $id })) {
            croakf(q/Update jobs Failed! id=%d, data=%s/, $id, ddf(\%job));
        }

        # replace job_times

lib/App/Koyomi/DataSource/Job/Teng.pm  view on Meta::CPAN

        for my $t (@{$data->{times}}) {
            my %time = (
                job_id => $id,
                %$t,
                created_on => $now_db,
                updated_at => $now_db,
            );
            $teng->insert('job_times', \%time)
                or croakf(q/Insert job_times Failed! data=%s/, ddf(\%time));
        }
    };

 view all matches for this distribution


App-LWP-Online

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.0.6	2017-01-17 (faraco)
			- updated dist.ini

0.0.5	2017-01-16 (faraco)
			- updated dist.ini

0.0.4	2017-01-16 (faraco)
			- updated POD

0.0.3 	2017-01-14 (faraco)
			- updated POD and removed extra words in output

0.0.2 	2017-01-14 (faraco)
			- fixed typo and POD

0.0.1	2017-01-14 (faraco)

 view all matches for this distribution


App-LXC-Container

 view release on metacpan or  search on metacpan

lib/App/LXC/Container.pm  view on Meta::CPAN


=over

=item +

All applications are automatically updated together with the Linux
distribution of the machine.

=item +

The applications do not need additional disk space (except for the

lib/App/LXC/Container.pm  view on Meta::CPAN

as nothing is shared with the main system (even more than Docker
containers).

=item +

Virtual machines must be updated separately from the main system.

=item +

Starting an application inside of a virtual machine is slower than starting
an application container.

lib/App/LXC/Container.pm  view on Meta::CPAN


    App::LXC::Container::update(@containers);

=head3 parameters:

    @container          name of the container(s) to be updated

=head3 description:

This is the actual code for the wrapper script C<lxc-app-update>.

 view all matches for this distribution


App-MFILE-WWW

 view release on metacpan or  search on metacpan

share/js/core/qunit-2.4.0.js  view on Meta::CPAN

  	}

  	// Handle "click" events on toolbar checkboxes and "change" for select menus.
  	// Updates the URL with the new state of `config.urlConfig` values.
  	function toolbarChanged() {
  		var updatedUrl,
  		    value,
  		    tests,
  		    field = this,
  		    params = {};

share/js/core/qunit-2.4.0.js  view on Meta::CPAN

  		} else {
  			value = field.checked ? field.defaultValue || true : undefined;
  		}

  		params[field.name] = value;
  		updatedUrl = setUrl(params);

  		// Check if we can apply the change without a page refresh
  		if ("hidepassed" === field.name && "replaceState" in window.history) {
  			QUnit.urlParams[field.name] = value;
  			config[field.name] = value || false;
  			tests = id("qunit-tests");
  			if (tests) {
  				toggleClass(tests, "hidepass", value || false);
  			}
  			window.history.replaceState(null, "", updatedUrl);
  		} else {
  			window.location = updatedUrl;
  		}
  	}

  	function setUrl(params) {
  		var key,

 view all matches for this distribution


App-MHFS

 view release on metacpan or  search on metacpan

lib/MHFS/HTTP/Server/Client/Request.pm  view on Meta::CPAN

    }
    # process reverse proxy headers
    else {
        delete $self->{'header'}{'X-MHFS-PROXY-KEY'};
        try { $self->{'ip'} = parse_ipv4($self->{'header'}{'X-Forwarded-For'}) if($self->{'header'}{'X-Forwarded-For'}); }
        catch ($e) { say "ip not updated, unable to parse X-Forwarded-For: " . $self->{'header'}{'X-Forwarded-For'}; }
    }
    my $netmap = $self->{'client'}{'server'}{'settings'}{'NETMAP'};
    if($netmap && (($self->{'ip'} >> 24) == $netmap->[0])) {
        say "HACK for netmap converting to local ip";
        $self->{'ip'} = ($self->{'ip'} & 0xFFFFFF) | ($netmap->[1] << 24);

 view all matches for this distribution


App-Magpie

 view release on metacpan or  search on metacpan

lib/App/Magpie/Action/FixSpec.pm  view on Meta::CPAN

        $spec =~ s{%\{?__perl\}? Makefile.PL INSTALLDIRS=vendor}{%__perl Build.PL --installdirs=vendor};
        $spec =~ s{^%?make$}{./Build CFLAGS="%{optflags}"}m;
        $spec =~ s{%?make test}{./Build test};
        $spec =~ s{%makeinstall_std}{./Build install --destdir=%{buildroot}};
        # writing down new spec file
        $self->log_debug( "writing updated spec file" );
        my $fh = $specfile->openw;
        $fh->print($spec);
        $fh->close;
    }
    if ( $spec =~ /Build.PL/ && !$has_build_pl ) {

lib/App/Magpie/Action/FixSpec.pm  view on Meta::CPAN

        $spec =~ s{%\{?__perl\}? Build.PL (--)?installdirs=vendor}{%__perl Makefile.PL INSTALLDIRS=vendor};
        $spec =~ s{./Build( CFLAGS="%\{optflags\}")?$}{%make}m;
        $spec =~ s{./Build test}{%make test};
        $spec =~ s{./Build install.*}{%makeinstall_std};
        # writing down new spec file
        $self->log_debug( "writing updated spec file" );
        my $fh = $specfile->openw;
        $fh->print($spec);
        $fh->close;
    }

lib/App/Magpie/Action/FixSpec.pm  view on Meta::CPAN


    # removing extra newlines
    $spec =~ s{\n{3,}}{\n\n}g;

    # writing down new spec file
    $self->log_debug( "writing updated spec file" );
    my $fh = $specfile->openw;
    $fh->print($spec);
    $fh->close;
}

 view all matches for this distribution


App-Maisha

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.16    2012-10-14
        - spelling fix. (thanks to Florian Schlichting & Gregor Herrmann).
        - added =encoding to POD.
        - reworked Makefile.PL for clarity.
        - License updated to Artistic License v2.0.
        - added minimum perl version (5.006).
        - META tests no longer require specific versions.
        - change file dates changed to meet W3CDTF standards.
        - implemented Perl::Critic suggestions.
        - added login and connection protection.

Changes  view on Meta::CPAN

        - fixed repeated network lines with help command.
        - added initial lines to help messages.
        - always use internal pager (RT#61433).
        - extend time/date formats.
        - added regular command protection.
        - updated Net::Twitter API commands.
        - Now requires Net-Twitter-3.18003.
        - updated tests.

0.15    2010-09-26
        - added OAuth support to Identica access.
        - added better protection for failing commands.
        - removed password from example settings.
        - updated tests.
        - Now requires Net-Twitter-3.13009.

0.14    2010-09-11
        - documentation fix for INI format example (thanks to Alan Haggai Alavi).
        - rewrite to Twitter.pm to use OAuth mechanism for logging in.

Changes  view on Meta::CPAN

        - added 92disttest.t and 95changedate.t tests to the suite.
        - added Text::Wrap at Rob Rothenberg's suggestion to more neatly wrap
          the messages and replies listings.

0.10    2009-02-17
        - somethimes I'm just too eager. META.yml now updated too!

0.09    2009-02-17
        - added README to MANIFEST.
        - document changes.

 view all matches for this distribution


App-MakeEPUB

 view release on metacpan or  search on metacpan

lib/App/MakeEPUB.pm  view on Meta::CPAN

#     indent  => "  ",
#     } )
#
# Returns a string containing <navPoint> entries for the <navMap> in toc.ncf
# from the given array. The first id is named "navPoint-$cnt" and the first
# playOrder "$cnt". $cnt is updated to the next number after the last
# playOrder.
#
# The array should be of the form [ [ $fname, $anchor, $text, $extra ], ... ],
# where $fname is the name of the file, $anchor the id of an html anchor
# (<a id="$anchor" ...>) and $text the text belonging to the anchor. The

 view all matches for this distribution


App-MechaCPAN

 view release on metacpan or  search on metacpan

lib/App/MechaCPAN.pm  view on Meta::CPAN


BEGIN
{
  our @EXPORT_OK = qw/
    url_re git_re git_extract_re
    has_git has_updated_git min_git_ver
    can_https
    logmsg info success error
    dest_dir get_project_dir
    fetch_file inflate_archive
    file_digest_chk get_cpan_checksums

lib/App/MechaCPAN.pm  view on Meta::CPAN

sub min_git_ver
{
  return '1.7.7';
}

sub has_updated_git
{
  my $git_version_str = _git_str;
  if ($git_version_str)
  {
    use version 0.77;

lib/App/MechaCPAN.pm  view on Meta::CPAN

  return;
}

sub has_git
{
  return _git_str && has_updated_git;
}

# Give a list of https-incapable File::Fetch methods when https is unavailable
sub _https_blacklist
{

 view all matches for this distribution


App-MediaInfo

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  media-orientation.


0.11    2016-04-06  Released-By: PERLANCAR

	- [Bugfix] Fix broken CLI (Riap URL was not updated).


0.10    2016-04-06  Released-By: PERLANCAR

	- First release, split from Media-Info to reduce dependencies of

 view all matches for this distribution


App-MediaInfoUtils

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  media-orientation.


0.11    2016-04-06  Released-By: PERLANCAR

	- [Bugfix] Fix broken CLI (Riap URL was not updated).


0.10    2016-04-06  Released-By: PERLANCAR

	- First release, split from Media-Info to reduce dependencies of

 view all matches for this distribution


App-Mimosa

 view release on metacpan or  search on metacpan

root/js/ext-3.3.1/ext-all.js  view on Meta::CPAN

 */
(function(){var h=Ext.util,k=Ext.each,g=true,i=false;h.Observable=function(){var l=this,m=l.events;if(l.listeners){l.on(l.listeners);delete l.listeners}l.events=m||{}};h.Observable.prototype={filterOptRe:/^(?:scope|delay|buffer|single)$/,fireEvent:fu...
/* SWFObject v2.2 <http://code.google.com/p/swfobject/> 
    is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
var swfobject=function(){var F="undefined",t="object",U="Shockwave Flash",Y="ShockwaveFlash.ShockwaveFlash",s="application/x-shockwave-flash",T="SWFObjectExprInst",z="onreadystatechange",Q=window,l=document,v=navigator,V=false,W=[i],q=[],P=[],K=[],n,...

 view all matches for this distribution


( run in 1.544 second using v1.01-cache-2.11-cpan-bbb979687b5 )