view release on metacpan or search on metacpan
1.01 Sat Dec 4 00:20:13 2004
- Removed Math::RandomPrime
1.00 Sat Apr 3 12:24:51 2004
- original version as uploaded to CPAN
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Bundle::Math::Statistics.
1.00 Sun Jun 13 17:36:51 2004
- original version as uploaded to CPAN
1.01 Sat Jul 10 08:52:13 2004
- Fixed type in a module name
view all matches for this distribution
view release on metacpan or search on metacpan
1.01 Fri Jan 21 23:16:31 2005
- Fixed typo in module name. :(
1.00 Fri Jan 21 14:53:12 2005
- original version as uploaded to CPAN
view all matches for this distribution
view release on metacpan or search on metacpan
SECURITY CONSIDERATIONS
I have no control on the machanisms involved in the storage or
transport of this distribution. This means that I cannot guarantee
that the distribution you have in your hands is indeed, the same
distribution I packed and uploaded.
Along the distribution file, you should have a file with the extension
".asc". This contains a GPG "detached signature" that makes it
impossible for anybody to alter this distribution. If security is of
any concern to you, by all means verify the signature of this file and
view all matches for this distribution
view release on metacpan or search on metacpan
t/test1.xml view on Meta::CPAN
<a href="small/transfer.gif"><img class="blackico" src="small/transfer.gif"
/><img class="whiteico" src="small/transfer.gif" /> small/transfer.gif</a>
<br /><a href="small/transfer.png"><img class="blackico" src="small/transfer.png"
/><img class="whiteico" src="small/transfer.png" /> small/transfer.png</a></td>
</tr>
<tr><td colspan="4">This can represent FTP transfers or uploads/downloads.</td>
</tr>
<tr>
<td width="25%">
<a href="unknown.gif"><img class="blackico" src="unknown.gif"
t/test1.xml view on Meta::CPAN
text.gif
This can represent generic (plain) text files.
transfer.gif
This can represent FTP transfers or uploads/downloads.
unknown.gif
This may represent a file of an unknown type.
uu.gif, uuencoded.gif
t/test1.xml view on Meta::CPAN
<a href="small/transfer.gif"><img class="blackico" src="small/transfer.gif"
/><img class="whiteico" src="small/transfer.gif" /> small/transfer.gif</a>
<br /><a href="small/transfer.png"><img class="blackico" src="small/transfer.png"
/><img class="whiteico" src="small/transfer.png" /> small/transfer.png</a></td>
</tr>
<tr><td colspan="4">This can represent FTP transfers or uploads/downloads.</td>
</tr>
<tr>
<td width="25%">
<a href="unknown.gif"><img class="blackico" src="unknown.gif"
t/test1.xml view on Meta::CPAN
<a href="small/transfer.gif"><img class="blackico" src="small/transfer.gif"
/><img class="whiteico" src="small/transfer.gif" /> small/transfer.gif</a>
<br /><a href="small/transfer.png"><img class="blackico" src="small/transfer.png"
/><img class="whiteico" src="small/transfer.png" /> small/transfer.png</a></td>
</tr>
<tr><td colspan="4">This can represent FTP transfers or uploads/downloads.</td>
</tr>
<tr>
<td width="25%">
<a href="unknown.gif"><img class="blackico" src="unknown.gif"
t/test1.xml view on Meta::CPAN
text.gif
This can represent generic (plain) text files.
transfer.gif
This can represent FTP transfers or uploads/downloads.
unknown.gif
This may represent a file of an unknown type.
uu.gif, uuencoded.gif
t/test1.xml view on Meta::CPAN
<a href="small/transfer.gif"><img class="blackico" src="small/transfer.gif"
/><img class="whiteico" src="small/transfer.gif" /> small/transfer.gif</a>
<br /><a href="small/transfer.png"><img class="blackico" src="small/transfer.png"
/><img class="whiteico" src="small/transfer.png" /> small/transfer.png</a></td>
</tr>
<tr><td colspan="4">This can represent FTP transfers or uploads/downloads.</td>
</tr>
<tr>
<td width="25%">
<a href="unknown.gif"><img class="blackico" src="unknown.gif"
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CAMT.pm view on Meta::CPAN
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
# https://www.betaalvereniging.nl/wp-content/uploads/IG-Bank-to-Customer-Statement-CAMT-053-v1-1.pdf
package Business::CAMT;{
our $VERSION = '0.16';
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CPI/Gateway/PayPal.pm view on Meta::CPAN
return (
# -- make paypal accept multiple items (cart)
cmd => '_ext-enter',
redirect_cmd => '_cart',
upload => 1,
# --
invoice => $info->{payment_id},
no_shipping => $info->{buyer}->address_line1 ? 0 : 1,
view all matches for this distribution
view release on metacpan or search on metacpan
- Migrating build system from Module::Build to Dist::Zilla
- Upgrading license from Artistic 1.0 to Artistic 2.0
- Thanks to Andreas König (ANDK) for the push to get this release uploaded
0.09 2014-08-23, maintenance release, update not required
- Added specification of required Perl version, settling for
5.8 for now as reported by Perl::Critic
view all matches for this distribution
view release on metacpan or search on metacpan
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/002_end_to_end.t view on Meta::CPAN
plan skip_all => "FIXFLO_ENDTOEND required"
if ! $ENV{FIXFLO_ENDTOEND};
# this is an "end to end" test - it will call the fixflo API
# using the details defined in the ENV variables below. you
# will need at least one issue (with a photo uploaded) and
# one agency for this test to pass
my ( $username,$password,$api_key,$domain,$tp_username,$tp_password,$tp_url,$server,$scheme,$url )
= @ENV{qw/
FIXFLO_USERNAME
FIXFLO_PASSWORD
view all matches for this distribution
view release on metacpan or search on metacpan
[CheckChangesHasContent]
;; Prompt before releasing to CPAN
[ConfirmRelease]
;; Automatically upload to CPAN on release
[UploadToCPAN]
;; Write the next release number to the changelog
[NextRelease]
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/IBAN/NL/BIC.pm view on Meta::CPAN
The bank code can be used to determine the BIC and the name of the bank at
which the account is located.
The information contained in this module is taken from
https://www.betaalvereniging.nl/giraal-en-online-betalen/sepa-documentatie-voor-nederland/bic-afleiden-uit-iban/
and contains correct information as of the date of the upload of this
module. Last changes on that page were made on 4th of March 2016.
=head1 LIMITATIONS
This module works only for valid Dutch IBAN numbers. It does not check IBAN
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Mondo.pm view on Meta::CPAN
sub accounts {
my ( $self ) = @_;
return $self->client->_get_accounts;
}
sub upload_attachment {
my ( $self,%params ) = @_;
return Business::Mondo::Attachment->new(
client => $self->client,
)->upload( %params );
}
=head1 SEE ALSO
L<Business::Monzo>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Monzo.pm view on Meta::CPAN
# pots
my @pots = $monzo->pots();
# attachments
my $Attachment = $monzo->upload_attachment(
file_name => 'foo.png',
file_type => 'image/png',
);
$Attachment->register(
lib/Business/Monzo.pm view on Meta::CPAN
sub pots {
my ( $self ) = @_;
return $self->client->_get_pots;
}
sub upload_attachment {
my ( $self,%params ) = @_;
return Business::Monzo::Attachment->new(
client => $self->client,
)->upload( %params );
}
=head1 PAGINATION
As per the Monzo docs: L<https://monzo.com/docs/#pagination> - you can pass
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/NAB/Acknowledgement/Issue.pm view on Meta::CPAN
=head2 is_report
=head2 is_reserved
=head2 is_uploaded
=head2 is_validated
=head2 is_warning
lib/Business/NAB/Acknowledgement/Issue.pm view on Meta::CPAN
# type codes map to the transaction state, which is *inferred*
# from the detail in the text the Issue contains
my %type_lookup = (
error => 'is_error',
warning => 'is_warning',
2025 => 'is_uploaded',
5013 => 'is_corrected',
6010 => 'is_ready_for_auth',
6014 => 'is_authorised',
50040 => 'is_changed',
104503 => 'is_validated',
view all matches for this distribution
view release on metacpan or search on metacpan
1.01 Tue Aug 13 18:00:25 2002
- update README
- declare dependancy on Business::OnlinePayment
1.00 Tue Sep 25 20:28:51 2001
- upload to CPAN.
0.01 Sun Sep 13 00:40:03 2001
- original version; created by ivan 1.0
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Business::OnlinePayment::Cardcom
0.02 Mon Aug 15 18:32:59 PDT 2011
- POD updates (maintainer, clarify terminal number usage in example)
- CPAN upload
0.01 Wed Jun 1 01:24:40 EDT 2011
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Business-OnlinePayment-Jety
0.09 Mon Aug 15 18:50:43 PDT 2011
- POD updates
- CPAN upload
0.08 Fri Mar 19 00:22:40 PDT 2010
- Add "credit" as a synonym for "void".
0.07 Wed Mar 10 21:27:53 PST 2010
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/OnlinePayment/Litle.pm view on Meta::CPAN
my ( $self ) = @_;
$self->_litle_support_doc('DELETE' );
}
sub chargeback_upload_support_doc {
my ( $self ) = @_;
$self->_litle_support_doc('UPLOAD' );
}
lib/Business/OnlinePayment/Litle.pm view on Meta::CPAN
Converts the BOP data to something that Litle can use.
=head2 chargeback_retrieve_support_doc
A new method not directly supported by BOP.
Retrieve a currently uploaded file
$tx->content(
login => 'testdrive',
password => '123qwe',
merchantid => '123456',
lib/Business/OnlinePayment/Litle.pm view on Meta::CPAN
$myFileData = $tx->{'fileContent'};
=head2 chargeback_delete_support_doc
A new method not directly supported by BOP.
Delete a currently uploaded file. Follows the same format as chargeback_retrieve_support_doc
=head2 chargeback_upload_support_doc
A new method not directly supported by BOP.
Upload a new file
$tx->content(
lib/Business/OnlinePayment/Litle.pm view on Meta::CPAN
case_id => '001',
filename => 'mydoc.pdf',
filecontent => $binaryPdfData,
mimetype => 'application/pdf',
);
$tx->chargeback_upload_support_doc();
=head2 chargeback_replace_support_doc
A new method not directly supported by BOP.
Replace a previously uploaded file. Follows the same format as chargeback_upload_support_doc
=head2 chargeback_list_support_docs
A new method not directly supported by BOP.
Return a hashref that contains a list of files that already exist on the server.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Business-OnlinePayment-NMI
0.03 Mon Aug 15 18:58:41 PDT 2011
- POD updates
- CPAN upload
0.02 Tue Jun 15 12:16:59 PDT 2010
- Clean up for public release, add functional tests.
0.01 Tue May 18 11:53:39 PDT 2010
view all matches for this distribution
view release on metacpan or search on metacpan
SecureHostingUPG.pm view on Meta::CPAN
URI::Escape
Tie::IxHash
Net::SSLeay _or_ ( Crypt::SSLeay and LWP )
The included htmlgood.html and htmlbad.html files must be uploaded to your
Secure Hosting account (Settings | File Manager).
=head1 DESCRIPTION
For detailed information see L<Business::OnlinePayment>.
view all matches for this distribution
view release on metacpan or search on metacpan
- added tests
- use test_transaction flag
- use B:OP:HTTPS (uses either Net::SSLeay or Crypt::SSLeay) instead of
Net::SSLeay directly
- add ability to handle void and credit actions
- ready for CPAN upload if licensing can be clarified...
0.1.1 Wed Jan 4 23:01:55 2006 UTC
- Fixed bug that broke expiration dates >2009 (khoff)
0.1 Mon Sep 9 19:14:45 2002 UTC
view all matches for this distribution
view release on metacpan or search on metacpan
- Compatibility
+ Scalar::Util 1.10 is now required (to pretty up the code a little).
+ Getopt::Mixed now required for some scripts.
- General
+ Created a Bundle::Business::Shipping module, uploaded to CPAN, and add
to CVS (removed in 1.06).
+ New configuration parameter for this style:
service=XDM to_country=Brazil
service=XDM to_country=Canada reason=Not available.
+ Scripts moved from doc/ to bin/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/SiteCatalyst.pm view on Meta::CPAN
=head1 SYNOPSIS
This module allows you to interact with Adobe (formerly Omniture) SiteCatalyst,
a web analytics service. It encapsulates all the communications with the API
provided by Adobe SiteCatalyst to offer a Perl interface for managing reports,
pulling company-specific SiteCatalyst data (ex: token usage), uploading SAINT
data (feature not implemented yet), etc.
Please note that you will need to have purchased the Adobe SiteCatalyst product,
and have web services enabled within your account first in order to obtain a web
services shared secret, as well as agree with the Terms and Conditions for using
view all matches for this distribution
view release on metacpan or search on metacpan
t/01_Business-TNT-ExpressConnect.t view on Meta::CPAN
#data in file
my $file = $Bin.'/tdata/single_international.xml';
my $prices = $tnt->get_prices({file => $file});
is(scalar keys %$prices, 6, 'file upload') || diag join("\n",@{$tnt->errors});
#data in hash
my %params = (
sender => {country => 'AT', town => 'Vienna', postcode => 1020},
delivery => {country => 'AT', town => 'Schwechat', postcode => '2320'},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/TrueLayer/Signer.pm view on Meta::CPAN
Then, to generate your public key, run this command in your terminal.
openssl ec -in ec512-private-key.pem -pubout -out ec512-public-key.pem
You then need to upload the public key to the TrueLayer console.
Having done that you can supply the path to your private key when using
the main L<Business::TrueLayer> module. You shouldn't need to do anything
else here, the distribution will handle signing when creating requests.
view all matches for this distribution
view release on metacpan or search on metacpan
bin/utv_usage_applet.pl view on Meta::CPAN
if( $utv )
{
my $usage = $utv->usage();
if( $usage )
{
print "Upload - " . $usage->{"upload"} . "\n";
print "Download - " . $usage->{"download"} . "\n";
Gtk2->init();
my $icon = Gtk2::TrayIcon->new( "utv broadband usage notification" );
$label = Gtk2::Label->new( "loading" );
bin/utv_usage_applet.pl view on Meta::CPAN
}
sub update_text
{
my $usage = $utv->usage();
my $up = $usage->{"upload"};
my $down = $usage->{"download"};
Gtk2::Label::set_text( $label , strftime( "%H:%M" , localtime() ) . " Up " . int($up) . " Down " . int($down ) );
return 1;
bin/utv_usage_applet.pl view on Meta::CPAN
utv_usage_applet.pl - Gnome2 tray icon displaying monthly bandwidth usage
=head1 SYNOPSIS
This script adds a tray icon to your gnome notification area.
The tray icon will display the current monthly upload/download
usage in megabytes of your UTV internet account.
The displayed values will be updated every 60 minutes but
typically the values provided by the utv website only update
every couple of day.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Westpac.pm view on Meta::CPAN
L<https://paymentsplus.westpac.com.au/docs/>
Note that this distribution is a work in progress or, if you prefer,
"incomplete" - we started working on it under the expectation of Westpac
being our banking partner but ended up going with another one so have
effectively abandoned development on this. It has been uploaded to
CPAN/github for anyone else to use/extended/fork/etc.
=head1 Do Not Use This Module Directly
You should go to the relevant module for the file format you want to
view all matches for this distribution
view release on metacpan or search on metacpan
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
$Id: //ariba/cxml/release/schema/1.2.36.1+/Modules/CatalogUpload.mod#1 $
-->
<!--
Contain all the information related to the catalog upload, the same
functionality as the catalog upload provided by supplier.ariba.com
-->
<!ELEMENT CatalogUploadRequest (CatalogName, Description, Attachment,
Commodities?, AutoPublish?, Notification)>
<!ATTLIST CatalogUploadRequest
operation (new | update) #REQUIRED
>
<!--
CatalogName is the name of the uploaded/published catalog. The
name is unique per supplier, and it can be defined in the
different languages
-->
<!ELEMENT CatalogName ( #PCDATA )> <!-- string -->
<!ATTLIST CatalogName
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
enabled %string; #REQUIRED
>
<!--
The information used by Ariba CSN to send the notification (the
status of the catalog upload) to the suppliers.
-->
<!ELEMENT Notification (Email?, URLPost?)>
<!--
The URL to receive the StatusUpdateRequest, which describes the
status of the catalog upload, such as the "success" (means the
catalog is validated, or the catalog is published),
the "failed" (the catalog has errors, ......)
-->
<!ELEMENT URLPost EMPTY>
<!ATTLIST URLPost
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BusyBird/Manual/Tutorial.pod view on Meta::CPAN
$ busybird_input_feed https://metacpan.org/feed/recent -p http://127.0.0.1:5000/timelines/home/statuses.json
=back
After that, you can see the imported feed items (in this case, Perl modules recently uploaded) on L<BusyBird>.
Try repeating the command above.
You will see that L<BusyBird> only accepts the new statuses that are not yet in L<BusyBird>'s timeline.
In a L<BusyBird> timeline, all statuses must have unique C<id> field.
If you input a status that is already in the timeline, that status is ignored.
view all matches for this distribution