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


MooX-Role-Parameterized

 view release on metacpan or  search on metacpan

Changelog  view on Meta::CPAN

0.501   Wed Jan 03 2024 18:12:22 CET
  - must support arrayref while set parameterized roles, instead repeat the same role name twice
  - fix bug creating a parameterized role with parameter but no role block throw exception
  - fix bug unexpected error while set a parameter in another role
  - make sure we can load a parameterized with no arguments no with keyword (like using default parameters)

0.500   Tue Jan 02 2024 14:12:22 CET
  - add experimental feature; parameter keyword
  - small fixed in pod and documentation

0.300   Mon Jan 01 2024 13:12:22 CET
  - small changes in POD
  - add meta method in mop
  - add is_role static method in MooX::Role::Parameterized
  - fix bug in requires mop method
  - use existing with subroutine if available on target and use as fallback on MooX::Role::Parameterized::With
  - update examples
  
0.200   Sat Dec 30 2023 13:12:22 CET
  - remove deprecated functions hasp and method

0.101   Fri Dec 29 2023 16:55:22 CET
  - fix versioning

0.100   Fri Dec 29 2023 16:45:22 CET
  - add support to perl 5.8 (thanks @mohawk2)
  - add a with keyword (thanks @perlancar)
  - quote bareword role name (thanks @choroba)
  - fallback to Role::Tiny when applying (thanks @perlancar)
  - fix missing prereqs

0.082	Tue 22 Dez 2015 16:49:22 CET
  - fix meta ( bugtracker, issue tracker)

0.081	Mon 21 Dez 2015 16:49:22 CET
  - update dependencies

0.08	Sun 20 Dez 2015 16:49:22 CET
  - update documentation, promote using of mop object

0.07	Fri Dec 18 16:16:15 CET 2015
  - fix issue with has ( introduct hasp ) see issue #2
  - add mop object to avoid problems with has/around/requires/with/ etc

0.06	Wed Nov 25 17:17:08 CET 2015
  - allowed apply role multiple times with arrayref ( see issue #1 )

0.05	Mon Jul 27 22:50:50 CEST 2015
  - add tests for 'requires'. yes it works.

 view all matches for this distribution


MoopsX-UsingMoose

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - (dev req) - Pod::Weaver::Section::Homepage::DefaultCPAN
 - (dev req) - Pod::Weaver::Section::Source::DefaultGitHub
 - (dev sug) + Dist::Iller 0.1408
 - (dev sug) + Dist::Iller::Config::Author::CSSON 0.0319

0.0101 2015-03-19T01:22:22Z CET
 [Requirements]
 - Listed Moose as a test prereq.

0.0100 2015-03-16T20:09:50Z CET
 - Initial release

 view all matches for this distribution


MooseX-AttributeDocumented

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - (dev req) + Test::Version 1
 - (dev req) + Test::Warnings 0.026
 - (dev sug) + Dist::Iller 0.1408
 - (dev sug) + Dist::Iller::Config::Author::CSSON 0.0322

0.1003 2015-01-18T00:03:46Z CET
 [Requirements]
 - Added Test::Warnings as a test prereq.

0.1002 2015-01-13T16:36:04Z CET
 [Bug Fixes]
 - Fixed a 'subroutine redefined' warning.

0.1001 2015-01-13T00:05:40Z CET
 [Bug Fixes]
 - Removed 'documentation', since it already exists. Fixes #1.

0.1000 2015-01-12T22:43:59Z CET
 - Initial release

 view all matches for this distribution


MooseX-Net-API

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - http-console : REST shell to make request
        - move most of the code to Roles
        - use with_meta instead of with_caller
        - rewrite all the metaclass

0.10    Mon 11 Jan 2010 01:30:25 PM CET
        - stringify error

0.09    Thu 07 Jan 2010 12:07:03 PM CET
        - update tests and add new tests
        - return content and http_response

0.08    Mon 04 Jan 2010 05:58:56 PM CET
        - api_base_url is not read-only

0.07    Mon 04 Jan 2010 11:50:22 AM CET
        - fix error reporting

0.06    Sun 20 Dec 2009 05:17:49 PM CET
        - mainly cleaning and POD

0.05    Wed 09 Dec 2009 11:01:54 AM CET
        - missing try::tiny

0.04    Wed 09 Dec 2009 10:58:04 AM CET
        - some cleaning in roles

0.03    Tue 08 Dec 2009 04:22:45 PM CET
        - move some code in roles
        - add code to use catalyst in tests

0.02    Tue 08 Dec 2009 10:36:03 AM CET
        - api_base_url is optional
        - add tests to play with catalyst

0.01    Mon Nov 23 14:54:25 2009
        - original version

 view all matches for this distribution


MooseX-Privacy

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension MooseX::Privacy

0.05    Tue 15 Feb 2011 10:06:56 AM CET
        - insert correct version number

0.04    Mon Feb 14 22:35:24 2011
        - fix broken Makefile

 view all matches for this distribution


MooseX-Semantic

 view release on metacpan or  search on metacpan

lib/MooseX/Semantic/Role/RdfExport.pm  view on Meta::CPAN

    my ($self, $method, $uri, %opts) = @_;
    confess "Method must be PUT or POST" unless $method =~ /^(PUT|POST)$/;
    
    ### XXX: It would be handy if there were an application/sparql-update
    ###      serializer for Trine.
    ### kb Tue Nov 29 03:55:55 CET 2011
    #   started sparqlu_insert serializer
    my $ser = $self->_get_serializer(%opts);
    my ($type) = $ser->media_types;
    
    my $req = HTTP::Request->new(POST => $uri);

 view all matches for this distribution


Mozilla-Persona

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

===== version history for Mozilla::Persona

All modifications are made by Mark Overmeer, unless explicitly stated
differently.

version 0.12: Thu Nov 22 10:53:43 CET 2012

	First release

	Fixes:
	- lookup default www* group

ChangeLog  view on Meta::CPAN

	Improvements:
	- look also for default group www-data on setup.
	- default domain option for ::Table
	- more help in bin/persona

version 0.11: Wed Nov 21 14:12:15 CET 2012
	- added ::Validate::Table
	- improved dependencies

version 0.10: Wed Nov 20
	- initial implementation

 view all matches for this distribution


Music-LilyPondUtil

 view release on metacpan or  search on metacpan

SIGNATURE  view on Meta::CPAN

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJWQWrIAAoJEDTEVWqwTuCURg0H/2fj0iiNpDZoNDskTITo2eSf
kPVhCtEek/XbTZN/YR3TF+7xxfLg7teTgVojTq59/Ql69RAVjANUAoMHy+OVH4rC
lX8RTZH74gn/0ZCETz2DScXb6m3U3rcAmssHeu5Mk+mdLvt0R0wVFI1EVmJOvxRe
BF/c7oQI2pDSiLQMrJ61Ubp7XeQnN46mwcNXA3fCfqtqQLebJ7SkJsE+BKx4du0O
D8MfPD7VLmpDOOvVcXcWAVscXwEfxmG8gq9mIuSIuogYGSkugmXqCCqwbwGYjfDP
BHkuKy8GT4lb+OdIPxL4hapcExceE9Woq9di741aN5laCVatqdfTqxvfGdskDOg=
=xPwV
-----END PGP SIGNATURE-----

 view all matches for this distribution


MzML-Parser

 view release on metacpan or  search on metacpan

t/miape_sample.mzML  view on Meta::CPAN

          <binaryDataArrayList count="2">
            <binaryDataArray encodedLength="38900">
              <cvParam cvRef="MS" accession="MS:1000521" name="32-bit float" value=""/>
              <cvParam cvRef="MS" accession="MS:1000574" name="zlib compression" value=""/>
              <cvParam cvRef="MS" accession="MS:1000514" name="m/z array" value="" unitCvRef="MS" unitAccession="MS:1000040" unitName="m/z"/>
              <binary>eJwU13WYVdXbBmAkhu5yBH8gKGCLigoIomtT0iGNdEu3tLRId0qDgDQiqCAOoIRBjkiJtMAMSPd3f3/c15w5++y1136f9a6zT7ok5UJuXuJdds74MBzmPLdJOfPD8CSFeIdy1KUNvfmcGSzjO/ZwlEs8YNCvFcME5rOO7RzkLLeI+a1iyElB3qE83X6vGIYyhcVs5Bf+5CJ3SfNHxZCLF3mXSjSkAwMYy1zW...
            </binaryDataArray>
            <binaryDataArray encodedLength="41504">
              <cvParam cvRef="MS" accession="MS:1000521" name="32-bit float" value=""/>
              <cvParam cvRef="MS" accession="MS:1000574" name="zlib compression" value=""/>
              <cvParam cvRef="MS" accession="MS:1000515" name="intensity array" value="" unitCvRef="MS" unitAccession="MS:1000131" unitName="number of counts"/>

t/miape_sample.mzML  view on Meta::CPAN

            </binaryDataArray>
            <binaryDataArray encodedLength="47028">
              <cvParam cvRef="MS" accession="MS:1000521" name="32-bit float" value=""/>
              <cvParam cvRef="MS" accession="MS:1000574" name="zlib compression" value=""/>
              <cvParam cvRef="MS" accession="MS:1000515" name="intensity array" value="" unitCvRef="MS" unitAccession="MS:1000131" unitName="number of counts"/>
              <binary>eJzsvXsglmu3NyqEJEmSSkgokiQkJHnG7yZJSJIkSZIkCUkSkiQJSUhCkiTpJEmRkJAkSZIklSRJkprSbtbe811zzfl2z/V9+9t77cP483H/xhjXeZyuCxfX//PI4/we4v3URFY1beS2r45cM+5Ty4N86g1ZQf/xO8cheymh+Bb5BDwiX88TFDzpBIeNd8sYQUSssELXaV84/LYIVge6iQ1TseAl2a6QhaPZ...
            </binaryDataArray>
          </binaryDataArrayList>
        </spectrum>
        <spectrum index="15" id="controllerType=0 controllerNumber=1 scan=16" defaultArrayLength="19800">
          <cvParam cvRef="MS" accession="MS:1000511" name="ms level" value="1"/>

t/miape_sample.mzML  view on Meta::CPAN

            </binaryDataArray>
            <binaryDataArray encodedLength="55172">
              <cvParam cvRef="MS" accession="MS:1000521" name="32-bit float" value=""/>
              <cvParam cvRef="MS" accession="MS:1000574" name="zlib compression" value=""/>
              <cvParam cvRef="MS" accession="MS:1000515" name="intensity array" value="" unitCvRef="MS" unitAccession="MS:1000131" unitName="number of counts"/>
              <binary>eJzsvXk81923ByoklWQshBRJEhpIkvB5vz9KJSSpNE8qSfNcQpJKQpImqRCSJGmS5lmSpGielAZNkqbrqXue5zzn93ueT/fcc3733HPv+svL9/tea+2119577bXX3l8Zmb8nh0e+2NJvHlxTBkHiqzKKuz8Lvn5jEVm1FNUDRMnv/3+JKoR43E57hTPPG3HSzvrsf/QOMi12Stro0ZvzwoGBTzF7kSHvGTXh...
            </binaryDataArray>
          </binaryDataArrayList>
        </spectrum>
        <spectrum index="29" id="controllerType=0 controllerNumber=1 scan=30" defaultArrayLength="19800">
          <cvParam cvRef="MS" accession="MS:1000511" name="ms level" value="1"/>

t/miape_sample.mzML  view on Meta::CPAN

            </binaryDataArray>
            <binaryDataArray encodedLength="45260">
              <cvParam cvRef="MS" accession="MS:1000521" name="32-bit float" value=""/>
              <cvParam cvRef="MS" accession="MS:1000574" name="zlib compression" value=""/>
              <cvParam cvRef="MS" accession="MS:1000515" name="intensity array" value="" unitCvRef="MS" unitAccession="MS:1000131" unitName="number of counts"/>
              <binary>eJzsvXs4llu0NywhJElITlFyTpIkUfKM301KSZIkSlKkkpAkOSUkJEmSJCEJlVQqVEIpSZJUkiSVSipJ4rPq2mvttdfh7t3f/r5r//GOPx9zjDnmuOccc5zmwMX177Ds1XBsyLPDwo3rYKA5FQbLjhELCtfE+7xYvMwLTl8PIsRhP1yiFyMzPokVz5dXms466KDvcQzGRidjW9UWePN8IsXbcvTq+yR4CmbA...
            </binaryDataArray>
          </binaryDataArrayList>
        </spectrum>
        <spectrum index="35" id="controllerType=0 controllerNumber=1 scan=36" defaultArrayLength="19800">
          <cvParam cvRef="MS" accession="MS:1000511" name="ms level" value="1"/>

t/miape_sample.mzML  view on Meta::CPAN

          <binaryDataArrayList count="2">
            <binaryDataArray encodedLength="92152">
              <cvParam cvRef="MS" accession="MS:1000521" name="32-bit float" value=""/>
              <cvParam cvRef="MS" accession="MS:1000574" name="zlib compression" value=""/>
              <cvParam cvRef="MS" accession="MS:1000514" name="m/z array" value="" unitCvRef="MS" unitAccession="MS:1000040" unitName="m/z"/>
              <binary>eJwU13e8zuX/B3AOjnHskUQlvlEpFZWUfd3ZSvYmO7JJNlkhe+8tIVuyq5NkO9bJJjucYyWZv+fvj+fjPB73uNbr/b7O506bpHzIxesUY3zyCmE+a4jlEOe5Q7IUFUIW8lKYf6dVDCmnVwzP8grvU566fE4PhjONJWxiNye4xiPSzqgYcvEGxUm3qWJ4noKU4GMa0YF+jGYOK/mZOM5xi6jNFUNm8lCIQPET...
            </binaryDataArray>
            <binaryDataArray encodedLength="90680">
              <cvParam cvRef="MS" accession="MS:1000521" name="32-bit float" value=""/>
              <cvParam cvRef="MS" accession="MS:1000574" name="zlib compression" value=""/>
              <cvParam cvRef="MS" accession="MS:1000515" name="intensity array" value="" unitCvRef="MS" unitAccession="MS:1000131" unitName="number of counts"/>

 view all matches for this distribution


NanoB2B-NER

 view release on metacpan or  search on metacpan

t/test_set/duration  view on Meta::CPAN

or 0.8 mg/kg /day of amphotericin B deoxycholate for amaximum of <START:duration> 14 days <END> . This study was primarily designed to compare the safety profiles
given COPAXONE 20 mg per mL , subcutaneously every day for <START:duration> 2 years <END> , serum IgG levels reached at least 3 times baseline values
per mL (n=943) or placebo (n=461) three times a week for <START:duration> 12 months <END> . Patients had a median of 2 relapses in the 2
clear, colorless to slightly yellow, sterile, nonpyrogenic solution supplied as: &#x2022; <START:duration> 20 mg per mL <END> in a single-dose, prefilled syringe with a white plunger, in individual
B 5 mg/kg /day for 5-7 days 0.6 mg/kg /day for <START:duration> 42 days <END> a Pharmacokinetic Parameter Mean ± SD Mean ± SD Peak Concentration
Amphotericin B Desoxycholate ABELCET ® Amphotericin B 5 mg/kg /day for <START:duration> 5-7 days <END> 0.6 mg/kg /day for 42 days a Pharmacokinetic Parameter Mean ±
1 after the administration of ABELCET ® 5 mg/kg /day for <START:duration> 7 days <END> . The effect of gender or eth-nicity on the pharmacokinetics of
(N=3), 100 mg (N=3) or 300 mg (N=5) once daily for <START:duration> 14 days <END> with 2 or 3 subjects on placebo. Both plasma aprepitant concentration
dementia in postmenopausal women 65 years of age or older during <START:duration> 5.2 years <END> of treatment with daily CE ( 0.625 mg )-alone, relative to
(MI) in postmenopausal women (50 to 79 years of age) during <START:duration> 5.6 years <END> of treatment with daily oral CE ( 0.625 mg ) combined
dementia in postmenopausal women 65 years of age or older during <START:duration> 4 years <END> of treatment with daily CE ( 0.625 mg ) combined with
brentuximab vedotin to impair male reproductive function and fertility. In a <START:duration> 4-week <END> repeat-dose toxicity study in rats with weekly dosing at 0.5, 5

 view all matches for this distribution


Net-APNS-Persistent

 view release on metacpan or  search on metacpan

t/02-send.t  view on Meta::CPAN

use Test::Exception;

BEGIN { use_ok('Net::APNS::Persistent') };

SKIP: {
    if (!($ENV{APNS_TEST_DEVICETOKEN} && $ENV{APNS_TEST_CERT} && $ENV{APNS_TEST_KEY})) {
        # make sure cpan installers see this
        my $msg = "skipping - can't make connection without environment variables: APNS_TEST_DEVICETOKEN APNS_TEST_CERT, APNS_TEST_KEY and (if needed) APNS_TEST_KEY_PASSWD";
        diag $msg;
        skip $msg, 8;
    }

    my %args = (

t/02-send.t  view on Meta::CPAN


    sleep 3;
    
    lives_ok {
        $apns->queue_notification(
            $ENV{APNS_TEST_DEVICETOKEN},
            {
                aps => {
                    alert => '02-send.t first',
                    sound => 'default',
                    badge => 1,

t/02-send.t  view on Meta::CPAN


    sleep 3;

    lives_ok {
        $apns->queue_notification(
            $ENV{APNS_TEST_DEVICETOKEN},
            {
                aps => {
                    alert => '02-send.t second',
                    sound => 'default',
                    badge => 1,
                },
            },
           );
        $apns->queue_notification(
            $ENV{APNS_TEST_DEVICETOKEN},
            {
                aps => {
                    alert => '02-send.t third',
                    sound => 'default',
                    badge => 1,

t/02-send.t  view on Meta::CPAN


    sleep 3;

        lives_ok {
        $apns->queue_notification(
            $ENV{APNS_TEST_DEVICETOKEN},
            {
                aps => {
                    alert => {
                        body => '02-send.t fourth',
                        'action-loc-key' => undef,

 view all matches for this distribution


Net-Async-WebService-lxd

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Net::Async::WebService::lxd

0.02    Fri 18 Mar 2022 08:44:57 AM CET
        first release version

           - pod fixes
           - test suite fixes

0.01    Thu 17 Feb 2022 06:05:13 PM CET
        First experimental version, unreleased

 view all matches for this distribution


Net-CDP

 view release on metacpan or  search on metacpan

libcdp/src/cdp.c  view on Meta::CPAN

	memset(&ifr, 0, sizeof(struct ifreq));
	strncpy(ifr.ifr_name, cdp->port, sizeof ifr.ifr_name - 1);
	ifr.ifr_name[sizeof ifr.ifr_name - 1] = '\0';
	ifr.ifr_data = (caddr_t)&ecmd;
	ecmd.cmd = ETHTOOL_GSET;
	result = ioctl(fd, SIOCETHTOOL, &ifr);

	if (result >= 0)
		NEW(cdp->duplex, ecmd.duplex == DUPLEX_FULL ? 1 : 0, uint8_t);

	if (cdp->flags & CDP_DISABLE_SEND)

 view all matches for this distribution


Net-Citadel

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.03    12:46 12 September 2012
  - As the new maintainer; add Robert James Clay to the COPYRIGHT AND LICENSE
    section in the README file and to the AUTHORS and COPYRIGHT AND LICENSE
    sections in Citadel.pm.

0.02  So 3. Feb 10:56:28 CET 2008
  - some typos fixes

0.01  Mon Oct  1 09:07:58 2007
  - first, very rough cut to get something working

 view all matches for this distribution


Net-Clacks

 view release on metacpan or  search on metacpan

t/01-use.t  view on Meta::CPAN

#########################

# There is currently a problem under Windows with Date::Manip on
# certain non-english installations of XP (and possible others).
#
# So we set our time zone to CET
BEGIN {
    if(!defined($ENV{TZ})) {
        $ENV{TZ} = "CET";
    }
}

#########################

 view all matches for this distribution


Net-DHCP-Info

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Net-DHCP-Info

0.01    Mon Oct 8  23:00:00 CET 2007
      * First version releases

0.10    Wed Mar 11 10:21:12 CET 2009
      * Added support for "client-hostname" in dhcpd.leases
      * Updated code formatting

 view all matches for this distribution


Net-DNS-Zone-Parser

 view release on metacpan or  search on metacpan

t/root  view on Meta::CPAN

BH.			172800 IN NS SV10.BATELCO.COM.BH.
NS.BATELCO.COM.BH.	172800 IN A 193.188.97.197
NS2.BATELCO.COM.BH.	172800 IN A 193.188.97.212
SV10.BATELCO.COM.BH.	172800 IN A 193.188.124.227
BI.			172800 IN NS NS.NIC.BI.
BI.			172800 IN NS DNS.PRINCETON.EDU.
BI.			172800 IN NS NS1.NIC.BI.
BI.			172800 IN NS NS-BI.RIPE.NET.
BI.			172800 IN NS SUNIC.SUNET.SE.
NS.NIC.BI.		172800 IN A 196.2.8.205
NS1.NIC.BI.		172800 IN A 196.2.12.205

t/root  view on Meta::CPAN

CC.			172800 IN NS G3.NSTLD.COM.
CC.			172800 IN NS H3.NSTLD.COM.
CC.			172800 IN NS L3.NSTLD.COM.
CC.			172800 IN NS M3.NSTLD.COM.
CD.			172800 IN NS DNS.DNSAFRICA.NET.
CD.			172800 IN NS DNS.PRINCETON.EDU.
CD.			172800 IN NS SUNIC.SUNET.SE.
CF.			172800 IN NS BOW.RAIN.FR.
CF.			172800 IN NS BOW.INTNET.CF.
CF.			172800 IN NS PARABOL.TAIDE.NET.
BOW.INTNET.CF.		172800 IN A 196.32.200.10
CG.			172800 IN NS DNS.DNSAFRICA.NET.
CG.			172800 IN NS DNS.PRINCETON.EDU.
CG.			172800 IN NS SUNIC.SUNET.SE.
CH.			172800 IN NS CH1.DNSNODE.NET.
CH.			172800 IN NS DNS.PRINCETON.EDU.
CH.			172800 IN NS RIP.PSG.COM.
CH.			172800 IN NS SEC3.APNIC.NET.
CH.			172800 IN NS CCTLD.TIX.CH.
CH.			172800 IN NS TULKU.NIC.AR.
CH.			172800 IN NS DOMREG.NIC.CH.

t/root  view on Meta::CPAN

SIMON.CS.CORNELL.EDU.	172800 IN A 128.84.154.10
NS1.GETTY.EDU.		172800 IN A 192.215.101.23
NS.ISI.EDU.		172800 IN A 128.9.128.127
VENERA.ISI.EDU.		172800 IN A 128.9.176.32
CMCL2.NYU.EDU.		172800 IN A 128.122.253.92
DNS.PRINCETON.EDU.	172800 IN A 128.112.129.15
PENDRAGON.CS.PURDUE.EDU. 172800	IN A 128.10.2.5
TRANTOR.UMD.EDU.	172800 IN A 128.8.10.14
PHLOEM.UOREGON.EDU.	172800 IN A 128.223.32.35
EE.			172800 IN NS NS.UT.EE.
EE.			172800 IN NS NS.UU.NET.

t/root  view on Meta::CPAN

HR.			172800 IN NS DNS.SRCE.HR.
HR.			172800 IN NS NS5.UNIVIE.AC.AT.
HR.			172800 IN NS SUNIC.SUNET.SE.
HR.			172800 IN NS NS-EXT.VIX.COM.
DNS.SRCE.HR.		172800 IN A 161.53.3.7
HT.			172800 IN NS DNS.PRINCETON.EDU.
HT.			172800 IN NS NS1.NIC.HT.
HT.			172800 IN NS NS2.NIC.HT.
HT.			172800 IN NS NS3.NIC.FR.
HT.			172800 IN NS CHARLES.CDEC.POLYMTL.CA.
NS1.NIC.HT.		172800 IN A 64.86.226.26

t/root  view on Meta::CPAN

LB.			172800 IN NS ZEINA.AUB.EDU.LB.
LB.			172800 IN NS ARIZONA.EDU.
ZEINA.AUB.EDU.LB.	172800 IN A 193.188.128.14
LC.			172800 IN NS UPR1.UPR.CLU.EDU.
LC.			172800 IN NS TRANTOR.UMD.EDU.
LI.			172800 IN NS DNS.PRINCETON.EDU.
LI.			172800 IN NS LI1.DNSNODE.NET.
LI.			172800 IN NS RIP.PSG.COM.
LI.			172800 IN NS SEC3.APNIC.NET.
LI.			172800 IN NS CCTLD.TIX.CH.
LI.			172800 IN NS TULKU.NIC.AR.

t/root  view on Meta::CPAN

NEMUNAS.SC-UNI.KTU.LT.	172800 IN A 193.219.32.13
LU.			172800 IN NS A.DNS.LU.
LU.			172800 IN NS B.DNS.LU.
LU.			172800 IN NS C.DNS.LU.
LU.			172800 IN NS D.DNS.LU.
LU.			172800 IN NS DNS.PRINCETON.EDU.
LU.			172800 IN NS NS1.DNS.LU.
LU.			172800 IN NS NS5.DNS.LU.
LU.			172800 IN NS SUNIC.SUNET.SE.
LU.			172800 IN NS MERAPI.SWITCH.CH.
A.DNS.LU.		172800 IN AAAA 2001:502:d399::251

t/root  view on Meta::CPAN

RU.			172800 IN NS SUNIC.SUNET.SE.
RU.			172800 IN NS AUTH60.NS.UU.NET.
NS1.RELCOM.RU.		172800 IN A 193.125.152.3
NS.SPB.RU.		172800 IN A 193.124.83.69
RW.			172800 IN NS DNS.DNSAFRICA.NET.
RW.			172800 IN NS DNS.PRINCETON.EDU.
RW.			172800 IN NS SUNIC.SUNET.SE.
SA.			172800 IN NS NS.NIXU.NET.
SA.			172800 IN NS NS1.ISU.NET.SA.
SA.			172800 IN NS NS1.NIC.NET.SA.
SA.			172800 IN NS NS2.NIC.NET.SA.

 view all matches for this distribution


Net-DNS-ZoneFile-Fast

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - added support for parsing included files (commonly used in DNSSEC)

0.5   Thu Apr 15 23:17:56 CEST 2004
	- add support for RP "Responsible Person" records

0.4   Fri Mar 26 11:06:21 CET 2004
	- add dependency from Net::DNS

0.3   Wed Mar 24 20:01:18 CET 2004
	- rename the module from Net::DNS::Zone to Net::DNS::ZoneFile::Fast
	  (after consulting with Net::DNS::ZoneFile's author)
	- fix a small bug with TXT records parsing

0.2   Mon Nov 17 14:21:33 CET 2003
	- rename the module from Net::DNS::ZoneParse to Net::DNS::Zone
	- add documentation
	- add soft_errors parameter and fix die/fatal/warn/quiet logic
	- small fixes

0.01  Mon Oct 13 20:38:04 CET 2003
	- original version

 view all matches for this distribution


Net-DRI

 view release on metacpan or  search on metacpan

t/633norid_epp.t  view on Meta::CPAN

    'skip-manual-review'    =>1,
    'impersonate-registrar' => 'reg9094');

my $no_facet = { facets => \%facetsh };

my $NO_FACET=
'<extension><no-ext-epp:extended xmlns:no-ext-epp="http://www.norid.no/xsd/no-ext-epp-1.0" xsi:schemaLocation="http://www.norid.no/xsd/no-ext-epp-1.0 no-ext-epp-1.0.xsd"><no-ext-epp:facet name="skip-manual-review">1</no-ext-epp:facet><no-ext-epp:face...

my $ddomain = "example3.no";
my $fdomain = "facet-$ddomain";

t/633norid_epp.t  view on Meta::CPAN

# Domain commands
#

#--- domain_check

foreach my $OP ( "", $NO_FACET) {
    my $facet;
    my $domain = $ddomain;
    if ($OP) {
       $facet = $no_facet;
       $domain = $fdomain;

t/633norid_epp.t  view on Meta::CPAN

is($dri->get_info('exist','domain','example2.no'),1,'domain_check_multi get_info(exist) 2/2');
is($dri->get_info('exist_reason','domain','example2.no'),'In use','domain_check_multi get_info(exist_reason)');


#---- domain_info
foreach my $OP ( "", $NO_FACET) {
    my $facet;
    my $domain = $ddomain;
    if ($OP) {
       $facet =  \%facetsh;
       $domain = $fdomain;

 view all matches for this distribution


Net-Dict

 view release on metacpan or  search on metacpan

t/database.t  view on Meta::CPAN

documentation, including modifications that you make for internal  
use or for distribution.  

WordNet 3.0 Copyright 2006 by Princeton University.  All rights reserved.  

THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON  
UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR  
IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON  
UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-  
ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE  
OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT  
INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR  
OTHER RIGHTS.  

 view all matches for this distribution


Net-Docker

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.002005  2014-06-22 15:05:42 CEST
	[Improvement]
		- Allow setting docker host via env var DOCKER_HOST
		- Add name method to create method.

0.002004  2013-12-28 13:04:23 CET
	[Improvement]
		- Add support for Unix socket

0.002003  2013-08-05 22:15:57 CEST
	[Bug]

 view all matches for this distribution


Net-Domain-TMCH

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

========== version history of Net::Domain::TMCH

Work in progress:
	- support writing of SMD information

version 0.18: Wed 30 Dec 16:32:08 CET 2015

	Fixes:
	- remove unused dependency to Digest::SHA2
	  rt.cpan.org#110582 [AEvar Arnfjord Bjarmason]

ChangeLog  view on Meta::CPAN

	- by default also produce WRITER capability

	Improvements:
	- changed documentation style

version 0.17: Mon Jan 13 13:29:05 CET 2014
	Fixes:
	- test-scripts used external crl [cpantesters]

	Improvements:
	- add test examples of 2013/11/25 [Gilles Quenot]

version 0.16: Thu Nov 14 11:22:03 CET 2013
	Fixes:
	- move ::SMD::File::smdID() into ::SMD [Mark Hofstetter]
	- ::TMCH::CRL from uri error message [cpantesters]

	Improvements
	- add ::TMCH::CRL::fromString()  [Mark Hofstetter]

version 0.15: Thu Nov  7 00:12:27 CET 2013

	Fixes:
	- pass SMD as string broke at isa() [Mark Hofstetter]
	- pick correct certificate from SMD

ChangeLog  view on Meta::CPAN

	- withdrawn TMV certs in pilot have other URI
	- include current test-set as tar in test/
	- add test/README
	- removed docs/*pdf from the distribution

version 0.14: Mon Oct 28 11:10:30 CET 2013
	Improvements:
	- move from(), until(), fromTime(), and untilTime() from ::SMD::File
	  to its base-class ::SMD.

version 0.13: Mon Oct 28 10:53:32 CET 2013
	Changes:
	- moved ::SMD into ::SMD::Schema

	Improvements:
	- a bit more documentation in SYNOPSIS

 view all matches for this distribution


Net-Dropbear

 view release on metacpan or  search on metacpan

dropbear/README  view on Meta::CPAN

Server public key auth:

You can use ~/.ssh/authorized_keys in the same way as with OpenSSH, just put
the key entries in that file. They should be of the form:

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAwVa6M6cGVmUcLl2cFzkxEoJd06Ub4bVDsYrWvXhvUV+ZAM9uGuewZBDoAqNKJxoIn0Hyd0Nk/yU99UVv6NWV/5YSHtnf35LKds56j7cuzoQpFIdjNwdxAN0PCET/MG8qyskG/2IE2DPNIaJ3Wy+Ws4IZEgdJgPlTYUBWWtCWOGc= someone@hostname

You must make sure that ~/.ssh, and the key file, are only writable by the
user. Beware of editors that split the key into multiple lines.

Dropbear supports some options for authorized_keys entries, see the manpage.

 view all matches for this distribution


Net-FCP

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.2  Thu May  1 17:28:52 CEST 2008
	- clarify protocol version.
        - many small updates to fmd.

1.1  Sun Dec 23 16:39:38 CET 2007
        - incompatible temporary filename change.
	- removed workaround for Tk, expecting a timely fix :)
        - made fmd use Coro::AIO for most I/O.
        - converted fmd to EV.
        - lots of minor changes.

1.0  Thu Dec  1 23:05:47 CET 2005
	- use AnyEvent, remove own Event interface.
        - work around the many bugs in Tk wrt. event handling.

0.8  Thu Mar  3 18:00:52 CET 2005
	- use Array::Heap2, not Array::Heap.
        - small fixes and improvements everywhere.
        - change of contact address.

0.7  Tue May 18 15:44:46 CEST 2004

 view all matches for this distribution


Net-FTP-Robust

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

===== version history for Net::FTP::Robust

Alll changes made by Mark Overmeer, unless explicitly stated
differently.

version 0.09: Mon Jan 22 20:33:05 CET 2018
	- $ftp->message may be empty, sometimes.
	- warning about cdup needs values filled-in
	- demo use of Passive parameter
	- remove dependency on Test::POD
	- convert to GIT
	- move to GitHUB

version 0.08: Mon Feb  1 11:40:29 CET 2010
	- fix downloading of empty files.
	- fix load restart.

version 0.07: Fri Dec 18 22:54:45 CET 2009
	- fix situation where file got downloaded, but not published
	  because other problems.
	- fix downloading multiple parallel directories.

version 0.06: Mon Nov 16 21:44:31 CET 2009
	- Hum, change for Net::FTPSSL::Robust broke directory list

version 0.05: Mon Nov 16 20:59:39 CET 2009
	- change port option abbreviation to 'P', because 'p' was
	  also used for the (more often used) 'password'.
	- options processing for connection broken.

version 0.04: Fri Nov 13 23:42:56 CET 2009
	- make restart loading of a file overridable.
	- do not cwd to '', but '/'
	- solve problems with downloading whole ftp account

version 0.03: Fri Nov 13 11:50:52 CET 2009
	- errors on $ftp->cdup went unnoticed.
	- changes to allow Net::FTPSSL::Robust to extend Net::FTP::Robust
	  cleanly.

version 0.02: Thu Jul 16 12:19:18 CEST 2009

 view all matches for this distribution


Net-FTPSSL-Robust

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

===== version history for Net::FTPSSL::Robust

All changes made by Mark Overmeer, unless explicitly stated
differently.

version 0.06: Mon Jan 22 21:38:55 CET 2018

	Improvements:
	- convert to GIT
	- move to GitHUB

version 0.05: Mon Aug 22 10:27:50 CEST 2011
	- Net::FTP::SSL >= 0.18 supports restart.
	  rt.cpan.org [Curtis Leach]
	- move t/99pod.t to xt/ so we can remove dependency on Test::POD

version 0.04: Mon Nov 16 21:42:35 CET 2009
	- another fix :(  $ftp->nlst incompatible with Net::FTP

version 0.03: Mon Nov 16 21:02:19 CET 2009
	- change bin/ftpssl-get meaning for 'p' <-> 'P' to be
	  compatible with bin/ftp-get.

version 0.02: Fri Nov 13 23:42:02 CET 2009
	- ftpssl-get change option flag abbreviation of "protection"
	  from 'p' into 'd', because "port" used 'p' as well.
	- And "password" abbreviation became capital 'P'.
	- do not attempt to restart

version 0.01: Fri Nov 13 17:02:09 CET 2009
	- initial version

 view all matches for this distribution


Net-FTPTLS

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.37
	- APPE - appe(), blatappe() support.
0:36 
	- rollback

0:34    Wed Nov 30 09:43:41 CET 2005
	- move PBSZ and PROT P until AFTER logged in..
0.32	Tue Oct 11 20:03:12 CEST 2005
	- complete datasocket conversion
0.31    Tue Oct 11 19:53:38 CEST 2005
	- PASV refactoring step 1 - datasocket method, 

Changes  view on Meta::CPAN

0.22    
	- use binmode for reading/writing files. TODO: let user use ASCII mode.
0.21    
	- Use \r\n instead of \n like RFC requires..

0.20	Sat Feb 12 20:31:26 CET 2005
	- relax 'use perl', we should work equally well on 5.6.0

0.19 
	- EncryptData=0 behaviour changed. We no longer send "PROT C", "PROT P" at every command.
	- $ftp->message() command returns last response from FTP server.
	- bug - pureftpd tends to return strange line as reply to 'PASV', we
	 now die instead of hanging indefinitely. (TODO - rething error handling)

0.17  Mon Jan 24 18:49:25 CET 2005
	- use unique IO::Handle for every connection instead of 3 global globs.(BROWN PAPERBAG BUG!)
	- cdup 
	- slowly improving error handling...

0.12  Tue Jan 18 19:48:52 CET 2005
	- rename("from","to") introduced
	- NLST and LIST fixed (thanx to Pablo Valenzuela)
	- PBSZ and PROT no longer required in client code.
	- SIZE implemented (thanx to Pablo Valenzuela)
	- login ( user, pass )
0.10  Tue Jan 18 09:19:53 CET 2005
	- Debug, EncryptData properties. Documentation fixed.
0.09  Fri Jan  7 20:41:03 CET 2005
	- get and put are working, so are slurp and blat.
0.06  Wed Jan  5 09:55:51 CET 2005
	- NLST, GET, PUT
0.02  Wed Jan  5 09:55:51 CET 2005
	- hello world version
0.01  Wed Jan  5 09:54:58 2005
	- original version; created by h2xs 1.23 with options
		-Xn Net::FTPTLS

 view all matches for this distribution


Net-Frame

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.19 Thu 17 May 13:59:33 CEST 2018
   - bugfix: test 13 when DNS getHostIpv6Addr() returns an IPv4 mapped to an IPv6 address
   => https://rt.cpan.org/Ticket/Display.html?id=124780

1.18 Thu 15 Mar 16:16:39 CET 2018
   - bugfix: https://rt.cpan.org/Ticket/Display.html?id=104689
   - update: copyright notice

1.17 Sun  7 May 14:21:26 CEST 2017
   - update: IP in IP encapsulation should use IPv4 layer type
   - update: copyright notice

1.16 Mon Nov 16 09:31:06 CET 2015
   - bugfix: t/13-gethostsubs.t updated cause gomor.org addresses have changed

1.15 Sun Feb 15 18:09:23 CET 2015
   - BUGFIX: IPv4 header length calculation on Mac OS X and OpenBSD
   => Read: support for OpenBSD and Mac OS X now ok
   - bugfix: check if inet_ntop/getaddrinfo are *really* supported by trying to use them.

1.14 Wed Jan 28 20:01:48 CET 2015
   - BUGFIX: getHostIpv6addr: not working on FreeBSD/Socket because of nasty getaddrinfo()
   - tests: added tests for getHost* subs and inet* subs

1.13 Wed Jan 28 07:49:11 CET 2015
   - BUGFIX: getHostIpv6Addr: use getaddrinfo/getnameinfo from Socket or Socket6 where available
   => Thanks to Vince

1.12 Tue Jan 20 19:33:06 CET 2015
   - bugfix: TCP/UDP computeChecksums() so 6to4 and other encapsulations work
   => Thanks to Vince
   - update: copyright notice
   - update: Kwalitee

Changes  view on Meta::CPAN

   - bugfix: https://rt.cpan.org/Public/Bug/Display.html?id=94035
   - bugfix: on making Socket6 optional, bugfix contributed by Andrew Feren
   - optimization: convertMac() contributed by Andrew Feren
   - optimization: inetChecksum() contributed by Andrew Feren

1.10 Mon Mar 10 13:26:53 CET 2014
   - UPDATE: makes Socket6 optional, contributed by Andrew Feren
   - update: copyright notice

1.09 Wed Jan 25 22:48:18 CET 2012
   - UPDATE: %Next in UDP and TCP layers are now empty by default. The
   developper who wants to add a new layer 7 seven will have to fill the
   variable straight from his module.

1.08 Sat Jan 14 09:49:09 CET 2012
   - bugfix: TCP and UDP checksum computation when using another
     Net::Frame::Layer object (instead of plain payload).
   => Thanks to Vince
   - update: copyright notice

1.07 Sun Feb 20 17:49:11 CET 2011
   - bugfix: in ARP pack/unpack
   - bugfix: AF_INET6 constant badly used
   - UPDATE: IGMPv4 renamed to IGMP
   - update: copyright notice

Changes  view on Meta::CPAN

   - update: UDP computeChecksums()
   - update: IPv4 added UDPLite support
   - update: IPv4 computeLengths()
   - update: copyright notice

1.05 Sun Nov  9 22:51:39 CET 2008
   - new: computeLengths() in ETH, to use 802.3 easily
   - new: $Next global variable in each module to allow customized encapsulation()
          => mainly used to encapsulate application layer procotols
   - new: UDP now have some $Next values (DHCP, RIPv1, HSRP)
   - new: added link to a MPLS layer from ETH and SLL layers

Changes  view on Meta::CPAN


1.04 Mon Mar 26 23:19:44 CEST 2007
   - bugfix: TCP: computeLengths() with options
   - update: ETH: more checks for next layer decoding (LLC)

1.03 Wed Jan  3 22:44:59 CET 2007
   - update: Net::Libdnet no more required

1.02 Thu Dec 21 23:51:07 CET 2006
   - bugfix: forgot to load some subs for IPv6 subs in Layer.pm

1.01 Sun Dec 17 17:45:32 CET 2006
   - UPDATE: moved all layers to Net::Frame::Layer::* namespace
   - bugfix: IPv6 layer handling in computeLengths() for TCP layer

1.00 Sat Dec  9 18:39:09 CET 2006
   - first public release

 view all matches for this distribution


( run in 0.777 second using v1.01-cache-2.11-cpan-39bf76dae61 )