view release on metacpan or search on metacpan
lib/Acme/DOBBY/Utils.pm view on Meta::CPAN
=head1 BUGS
Please report any bugs or feature requests to C<bug-acme-dobby-utils at rt.cpan.org>, or through
the web interface at L<https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-DOBBY-Utils>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
view release on metacpan or search on metacpan
lib/Acme/DRM.pm view on Meta::CPAN
Please report any bugs or feature requests to
C<bug-acme-drm@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-DRM>.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
=head1 ACKNOWLEDGEMENTS
Thanks to the lobbyists behind the DMCA and the politicians who bought (or
were bought) into the great idea of assigning corporate greed higher value
view release on metacpan or search on metacpan
lib/Acme/DTUCKWELL/Utils.pm view on Meta::CPAN
=head1 BUGS
Please report any bugs or feature requests to C<bug-acme-dtuckwell-utils at rt.cpan.org>, or through
the web interface at L<https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-DTUCKWELL-Utils>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
view release on metacpan or search on metacpan
Revision history for Acme-Dahut-Call
0.0.3 2007-05-15
	   Add Moose dependancy
	   Some minor changes and additions
	
0.0.2 2007-05-14 
	   Clean up placeholder POD, and give Bjoern proper credit for the Regexp. 
0.0.1  Fri Apr  6 12:13:10 2007
view release on metacpan or search on metacpan
                            Preamble
  The license agreements of most software companies try to keep users
at the mercy of those companies.  By contrast, our General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  The
General Public License applies to the Free Software Foundation's
software and to any other program whose authors commit to using it.
You can use it for your programs, too.
  When we speak of free software, we are referring to freedom, not
price.  Specifically, the General Public License is designed to make
sure that you have the freedom to give away or sell copies of free
software, that you receive source code or can get it if you want it,
that you can change the software or use pieces of it in new free
programs; and that you know you can do these things.
  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
  2. You may modify your copy or copies of the Program or any portion of
it, and copy and distribute such modifications under the terms of Paragraph
1 above, provided that you also do the following:
    a) cause the modified files to carry prominent notices stating that
    you changed the files and the date of any change; and
    b) cause the whole of any work that you distribute or publish, that
    in whole or in part contains the Program or any part thereof, either
    with or without modifications, to be licensed at no charge to all
    third parties under the terms of this General Public License (except
    conditions, and telling the user how to view a copy of this General
    Public License.
    d) You may charge a fee for the physical act of transferring a
    copy, and you may at your option offer warranty protection in
    exchange for a fee.
Mere aggregation of another independent work with the Program (or its
derivative) on a volume of a storage or distribution medium does not bring
the other work under the scope of these terms.
        Appendix: How to Apply These Terms to Your New Programs
  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
2. You may apply bug fixes, portability fixes and other modifications
derived from the Public Domain or from the Copyright Holder.  A Package
modified in such a way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided
that you insert a prominent notice in each changed file stating how and
when you changed that file, and provided that you do at least ONE of the
following:
    a) place your modifications in the Public Domain or otherwise make them
    Freely Available, such as by posting said modifications to Usenet or
    an equivalent medium, or placing the modifications on a major archive
7. C subroutines (or comparably compiled subroutines in other
languages) supplied by you and linked into this Package in order to
emulate subroutines and variables of the language defined by this
Package shall not be considered part of this Package, but are the
equivalent of input as in Paragraph 6, provided these subroutines do
not change the language in any way that would cause it to fail the
regression tests for the language.
8. Aggregation of this Package with a commercial distribution is always
permitted provided that the use of this Package is embedded; that is,
when no overt attempt is made to make this Package's interfaces visible
view release on metacpan or search on metacpan
  $VERSION    = '0.08';
  @ISA        = qw( Exporter DynaLoader );
  @EXPORT     = qw( damn                );
  @EXPORT_OK  = qw( bless               );
# ensure we aren't exposed to changes in inherited AUTOLOAD behaviour
*Acme::Damn::AUTOLOAD   = *DynaLoader::AUTOLOAD;
sub import
{
view release on metacpan or search on metacpan
CONTRIBUTING.md view on Meta::CPAN
```
$ git clone http://github.com/reneeb/Acme-DarmstadtPM-TieHash.git
```
and change into the newly-created directory.
```
$ cd Acme-DarmstadtPM-TieHash
```
view release on metacpan or search on metacpan
lib/Acme/Data/Dumper/Extensions.pm view on Meta::CPAN
At the time of this writing, if you need perfect consistency from Data::Dumper
in widely used code, you by necessity have to know every version of
Data::Dumper that exists, and know what the default values are of various
arguments, in order to revert them to your "known good" state if 3rd party
code decides to locally change those values for their own purposes.
Getting an instance of a Data::Dumper object before anyone tweaks those values
would also work, but trying to bet on getting loaded and getting an instance
before anyone else does is just foolhardy
lib/Acme/Data/Dumper/Extensions.pm view on Meta::CPAN
For now I think the best thing to do is die fatally if a feature that is
requested can't be provided, as that will produce output other than is desired
and violate output consistency as a result.
This will just become a nightmare if somebody ever changes "The Default" for
a I<new> feature wherein, users have to I<< Opt-B<Out> >>, causing an
explosion on older versions where that feature didn't exist.
This should be a hazard to never even consider changing the default behaviour.
view release on metacpan or search on metacpan
inc/Test/Builder.pm view on Meta::CPAN
my $Opened_Testhandles = 0;
sub _open_testhandles {
    return if $Opened_Testhandles;
    # We dup STDOUT and STDERR so people can change them in their
    # test suites while still getting normal test output.
    open(TESTOUT, ">&STDOUT") or die "Can't dup STDOUT:  $!";
    open(TESTERR, ">&STDERR") or die "Can't dup STDERR:  $!";
    $Opened_Testhandles = 1;
}
inc/Test/Builder.pm view on Meta::CPAN
    my($self, $num) = @_;
    lock($self->{Curr_Test});
    if( defined $num ) {
        unless( $self->{Have_Plan} ) {
            $self->croak("Can't change the current test number without a plan!");
        }
        $self->{Curr_Test} = $num;
        # If the test counter is being pushed forward fill in the details.
view release on metacpan or search on metacpan
t/Acme-Debug.t view on Meta::CPAN
# $Id: Acme-Debug.t,v 1.1 2004/03/07 03:42:11 acmedebug Exp $
# 
# change 'tests => 1' to 'tests => last_test_to_print';
use Test::More tests => 1;
BEGIN { use_ok('Acme::Debug') };
view release on metacpan or search on metacpan
@  changeset:   0:3a6ad5d958b0
   tag:         tip
   user:        Rene Schickbauer <cavac@blackmesa>
   date:        Wed Nov 27 15:52:55 2019 +0100
   summary:     Initial checkin
view release on metacpan or search on metacpan
verbatim copies of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your freedom to share
and change it. By contrast, the GNU General Public License is intended to
guarantee your freedom to share and change free software--to make sure the
software is free for all its users. This General Public License applies to most of
the Free Software Foundation's software and to any other program whose
authors commit to using it. (Some other Free Software Foundation software is
covered by the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not price. Our
General Public Licenses are designed to make sure that you have the freedom
to distribute copies of free software (and charge for this service if you wish), that
you receive source code or can get it if you want it, that you can change the
software or use pieces of it in new free programs; and that you know you can do
these things.
To protect your rights, we need to make restrictions that forbid anyone to deny
you these rights or to ask you to surrender the rights. These restrictions
keep intact all the notices that refer to this License and to the absence of any
warranty; and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and you may at
your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion of it, thus
forming a work based on the Program, and copy and distribute such
modifications or work under the terms of Section 1 above, provided that you also
meet all of these conditions:
a) You must cause the modified files to carry prominent notices stating that you
changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in whole or in
part contains or is derived from the Program or any part thereof, to be licensed
as a whole at no charge to all third parties under the terms of this License.
Section 2) in object code or executable form under the terms of Sections 1 and 2
above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable source
code, which must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three years, to give any
third party, for a charge no more than your cost of physically performing source
distribution, a complete machine-readable copy of the corresponding source
code, to be distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer to distribute
corresponding source code. (This alternative is allowed only for noncommercial
distribution and only if you received the program in object code or executable
form with such an offer, in accord with Subsection b above.)
2. You may apply bug fixes, portability fixes and other modifications derived from
the Public Domain or from the Copyright Holder. A Package modified in such a
way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided
that you insert a prominent notice in each changed file stating how and when
you changed that file, and provided that you do at least ONE of the following:
     a) place your modifications in the Public Domain or otherwise
     make them Freely Available, such as by posting said modifications
     to Usenet or an equivalent medium, or placing the modifications on
     a major archive site such as ftp.uu.net, or by allowing the
view release on metacpan or search on metacpan
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Acme::CPANModules::CLI::Wrapper::UnixCommand::t;
use Acme::CPANModules::COLOR;
use Acme::CPANModules::ColorEnv;
use Acme::CPANModules::ConvertingFromRegex::targ;
use Acme::CPANModules::ConvertingToRegex;
use Acme::CPANModules::CryptoExchange::API;
use Acme::CPANModules::CustomCPAN;
use Acme::CPANModules::Desktop;
use Acme::CPANModules::DesktopModules;
use Acme::CPANModules::fgets;
use Acme::CPANModules::FooThis;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use App::corruptor;
use App::Countdown;
use App::count::v;
use App::cpackage;
use App::cpanbaker;
use App::cpanchanges;
use App::CPAN::Changes;
use App::CPANCoverBadge;
use App::CPAN::Dependents;
use App::cpanexec;
use App::CPANfileOPML;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use App::CreateSparseFile;
use App::Critique;
use App::Cronjob;
use App::CrossPericmd;
use App::cryp::arbit;
use App::cryp::exchange;
use App::cryp::mn;
use App::CryptoCurrencyUtils;
use App::CSE;
use App::CSelUtils;
use App::CSV;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use App::Starter;
use App::Stash;
use App::StaticImageGallery;
use App::Staticperl;
use App::Statsbot;
use App::StockExchangeUtils;
use App::stopw;
use App::Stopwatch;
use App::StringUtilRangeUtils;
use App::subsort;
use App::summ;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Bundle::GimpTest::v;
use Bundle::GMOD;
use Bundle::Gnome;
use Bundle::HollyKing;
use Bundle::HTMLWikiConverter;
use Bundle::Interchange;
use Bundle::InterchangeKitchenSink;
use Bundle::IO::Compress::Bzip;
use Bundle::Knetrix;
use Bundle::KohaSupport;
use Bundle::Latemp::v;
use Bundle::LawMonkey;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Business::DK::PO;
use Business::DK::Postalcode;
use Business::DPD;
use Business::DSecure;
use Business::DSecure::Cardinal;
use Business::Edifact::Interchange;
use Business::EDI::tgz;
use Business::ES::NIF;
use Business::Eway;
use Business::eWAY::RapidAPI;
use Business::FedEx::DirectConnect;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use CPAN::Index::API;
use CPAN::Indexer::Mirror;
use CPAN::IndexPod;
use CPAN::Info::FromURL;
use CPAN::Inject;
use cpan::listchanges;
use CPAN::Local;
use CPAN::Local::Plugin::DistroList;
use CPAN::Local::Role::MetaCPAN::API;
use CPAN::Meta;
use CPAN::Meta::Check;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Dancer::Plugin::HTTP::Bundle;
use Dancer::Plugin::HTTP::Caching;
use Dancer::Plugin::HTTP::ConditionalRequest;
use Dancer::Plugin::HTTP::ContentNegotiation;
use Dancer::Plugin::IN;
use Dancer::Plugin::Interchange;
use Dancer::Plugin::IRCNotice;
use Dancer::Plugin::JSManager;
use Dancer::Plugin::JSON::Schema;
use Dancer::Plugin::JWT;
use Dancer::Plugin::KossyValidator;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Data::Entropy;
use Data::Enumerable::Lazy;
use Data::Enumerator;
use Data::ESN;
use Data::EventStream;
use Data::Exchange;
use Data::Fake;
use Data::Fake::MetaSyntactic;
use Data::Faker;
use Data::Faker::Colour;
use Data::Faker::JapaneseFemaleName;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Email::Filter;
use Email::Filter::Rules;
use Email::Find;
use Email::Fingerprint;
use Email::Folder;
use Email::Folder::Exchange;
use Email::Folder::IMAP;
use Email::Folder::IMAPS;
use Email::Folder::POP;
use Email::Folder::Search;
use Email::FolderType;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Mac::OSA::Dialog::Tiny;
use Mac::OSA::Simple;
use Mac::OSVersion;
use Mac::OSVersion::Lite;
use MacOSX::File;
use MacOSX::File::Exchange;
use Mac::Pasteboard;
use Mac::PopClip::Quick;
use Mac::PropertyList;
use Mac::PropertyListFilter;
use Mac::PropertyList::SAX;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Mail::DMARC::Iterator;
use Mail::DMARC::opendmarc;
use Mail::DomainKeys;
use Mail::DSPAM::Learning;
use Mail::DWIM;
use Mail::Exchange;
use Mail::Exim::MainLogParser;
use Mail::ExpandAliases;
use Mail::EXPN;
use Mail::Ezmlm::Archive;
use Mail::Field::Received;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Net::OpenVPN::Agent;
use Net::OpenVPN::DDNS;
use Net::OpenVPN::Launcher;
use Net::OpenVPN::Manage;
use Net::OpenVPN::TrayIcon::v;
use Net::OpenXchange;
use Net::Oping;
use Net::oRTP;
use Net::OSCAR;
use Net::Ostrich;
use Net::OTServ;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Net::SSL::AutoCA;
use Net::SSLeay;
use Net::SSLeay::OO;
use Net::SSL::ExpireDate;
use Net::SSLGlue;
use Net::StackExchange;
use Net::Starnet::DataAccounting;
use Net::Statsd;
use Net::Statsd::Client;
use Net::Statsd::Client::Telegraf;
use Net::Statsd::Lite::v;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use OTRS::Kernel::Module::TicketAutoAssignment;
use OTRS::Kernel::System::MultilevelEscalation;
use OTRS::OPM::Analyzer;
use OTRS::OPM::Installer;
use OTRS::OPM::Maker;
use OTRS::OPM::Maker::Command::changes;
use OTRS::OPM::Maker::Command::sopm;
use OTRS::OPM::Parser;
use OTRS::Repository;
use OTRS::SphinxSearch;
use OurNet;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Task::CPANAuthors::Regional;
use Task::CPANAuthors::STRO;
use Task::CPANPLUS::Metabase;
use Task::CPAN::Reporter;
use Task::CPAN::SmokeBox;
use Task::CryptoExchange::API;
use Task::Curses::UI;
use Task::CVSMonitor;
use Task::Dancer;
use Task::DataFlow;
use Task::Date::Holidays;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use WebService::NoPaste;
use WebService::Northern;
use WebService::Notifo;
use WebService::NotifyMyAndroid;
use WebService::NZBMatrix;
use WebService::OANDA::ExchangeRates;
use WebService::OCTranspo;
use WebService::OkiLab::ExtractPlace;
use WebService::OMDB;
use WebService::Ooyala;
use WebService::Openaura;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Win::ErrorMode;
use Win::EventLog;
use Win::EventLog::Carp;
use Win::Excel::Refresh;
use Win::ExcelSimple;
use Win::Exchange_va;
use Win::Exe;
use Win::FetchCommand;
use Win::File;
use Win::Filenames;
use Win::FileNotify;
view release on metacpan or search on metacpan
      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and
      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and
      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
view release on metacpan or search on metacpan
verbatim copies of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your freedom to share
and change it. By contrast, the GNU General Public License is intended to
guarantee your freedom to share and change free software--to make sure the
software is free for all its users. This General Public License applies to most of
the Free Software Foundation's software and to any other program whose
authors commit to using it. (Some other Free Software Foundation software is
covered by the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not price. Our
General Public Licenses are designed to make sure that you have the freedom
to distribute copies of free software (and charge for this service if you wish), that
you receive source code or can get it if you want it, that you can change the
software or use pieces of it in new free programs; and that you know you can do
these things.
To protect your rights, we need to make restrictions that forbid anyone to deny
you these rights or to ask you to surrender the rights. These restrictions
keep intact all the notices that refer to this License and to the absence of any
warranty; and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and you may at
your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion of it, thus
forming a work based on the Program, and copy and distribute such
modifications or work under the terms of Section 1 above, provided that you also
meet all of these conditions:
a) You must cause the modified files to carry prominent notices stating that you
changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in whole or in
part contains or is derived from the Program or any part thereof, to be licensed
as a whole at no charge to all third parties under the terms of this License.
Section 2) in object code or executable form under the terms of Sections 1 and 2
above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable source
code, which must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three years, to give any
third party, for a charge no more than your cost of physically performing source
distribution, a complete machine-readable copy of the corresponding source
code, to be distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer to distribute
corresponding source code. (This alternative is allowed only for noncommercial
distribution and only if you received the program in object code or executable
form with such an offer, in accord with Subsection b above.)
2. You may apply bug fixes, portability fixes and other modifications derived from
the Public Domain or from the Copyright Holder. A Package modified in such a
way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided
that you insert a prominent notice in each changed file stating how and when
you changed that file, and provided that you do at least ONE of the following:
     a) place your modifications in the Public Domain or otherwise
     make them Freely Available, such as by posting said modifications
     to Usenet or an equivalent medium, or placing the modifications on
     a major archive site such as ftp.uu.net, or by allowing the
view release on metacpan or search on metacpan
CONTRIBUTING view on Meta::CPAN
You can learn more about Dist::Zilla at http://dzil.org/.
The code for this distribution is hosted at GitHub. The repository is:
https://github.com/karenetheridge/Acme-DieOnLoad
You can submit code changes by forking the repository, pushing your code
changes to your clone, and then submitting a pull request. Detailed
instructions for doing that is available here:
https://help.github.com/articles/creating-a-pull-request
If you have found a bug, but do not have an accompanying patch to fix it, you
view release on metacpan or search on metacpan
Revision history for Perl extension Acme::DonMartin.
0.09 2006-11-03 10:53:07 UTC
    - Managed to fuck up the previous distribution with a blib/
      directory. No functional changes.
0.08 2006-11-02 16:08:27 UTC
    - Clarified the licensing of the module
    - Moved the module into subversion.
    - Use Config.pm to figure out which perl executable to
      employ for certain tests.
0.05 Sun Sep 25 16:27:53 2005 UTC
    - Kwalitee whoring release. Changed qq{ ... } to "..."
      to use Test::Pod and Test::Pod::Coverage. No change
      in functionality.
0.04 Tue Sep 13 14:46:31 2005 UTC
    - Eval'ed the use of Test::Pod incorrectly. Bug spotted
      by Adriano Ferreira.
view release on metacpan or search on metacpan
lib/Acme/DotDotGone.pm view on Meta::CPAN
=head1 BUGS
Please report any bugs or feature requests to C<bug-acme-dotdotgone at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-DotDotGone>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
view release on metacpan or search on metacpan
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
name:         Acme-Drunk
version:      0.03
version_from: lib/Acme/Drunk.pm
installdirs:  site
requires:
view release on metacpan or search on metacpan
1.001003  2014-01-30
    - Fixed up broken tests
1.001002  2014-01-30
    - Fixed up a grammar error and changed align on the Dumb and Dumber
      pic; releasing as I don't plan to touch this module for quite
      some time.
1.001001  2014-01-30
    - First version released on an unsuspecting world
view release on metacpan or search on metacpan
lib/Acme/Dyoung.pm view on Meta::CPAN
=head1 BUGS
Please report any bugs or feature requests to C<bug-acme-dyoung at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Dyoung>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
view release on metacpan or search on metacpan
    "Standard Version" refers to the Package if it has not been
    modified, or has been modified only in ways explicitly requested
    by the Copyright Holder.
    "Modified Version" means the Package, if it has been changed, and
    such changes were not explicitly requested by the Copyright
    Holder. 
    "Original License" means this Artistic License as Distributed with
    the Standard Version of the Package, in its current version or as
    it may be modified by The Perl Foundation in the future.
either gratis or for a Distributor Fee, provided that you duplicate
all of the original copyright notices and associated disclaimers.  At
your discretion, such verbatim copies may or may not include a
Compiled form of the Package.
(3)  You may apply any bug fixes, portability changes, and other
modifications made available from the Copyright Holder.  The resulting
Package will still be considered the Standard Version, and as such
will be subject to the Original License.
view release on metacpan or search on metacpan
lib/Acme/ELLEDNERA/Utils.pm view on Meta::CPAN
=head1 BUGS
Please report any bugs or feature requests to C<bug-acme-ellednera-utils at rt.cpan.org>, or through
the web interface at L<https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-ELLEDNERA-Utils>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
view release on metacpan or search on metacpan
lib/Acme/Echo.pm view on Meta::CPAN
Please report any bugs or feature requests to
C<bug-acme-echo at rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Echo>.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
I'm also available by email or via '/msg davidrw' on L<http://perlmonks.org>.
=head1 SUPPORT
view release on metacpan or search on metacpan
                            Preamble
  The license agreements of most software companies try to keep users
at the mercy of those companies.  By contrast, our General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  The
General Public License applies to the Free Software Foundation's
software and to any other program whose authors commit to using it.
You can use it for your programs, too.
  When we speak of free software, we are referring to freedom, not
price.  Specifically, the General Public License is designed to make
sure that you have the freedom to give away or sell copies of free
software, that you receive source code or can get it if you want it,
that you can change the software or use pieces of it in new free
programs; and that you know you can do these things.
  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
  2. You may modify your copy or copies of the Program or any portion of
it, and copy and distribute such modifications under the terms of Paragraph
1 above, provided that you also do the following:
    a) cause the modified files to carry prominent notices stating that
    you changed the files and the date of any change; and
    b) cause the whole of any work that you distribute or publish, that
    in whole or in part contains the Program or any part thereof, either
    with or without modifications, to be licensed at no charge to all
    third parties under the terms of this General Public License (except
    conditions, and telling the user how to view a copy of this General
    Public License.
    d) You may charge a fee for the physical act of transferring a
    copy, and you may at your option offer warranty protection in
    exchange for a fee.
Mere aggregation of another independent work with the Program (or its
derivative) on a volume of a storage or distribution medium does not bring
the other work under the scope of these terms.
        Appendix: How to Apply These Terms to Your New Programs
  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
2. You may apply bug fixes, portability fixes and other modifications derived
from the Public Domain or from the Copyright Holder. A Package modified in such
a way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided that
you insert a prominent notice in each changed file stating how and when you
changed that file, and provided that you do at least ONE of the following:
  a) place your modifications in the Public Domain or otherwise make them
     Freely Available, such as by posting said modifications to Usenet or an
     equivalent medium, or placing the modifications on a major archive site
     such as ftp.uu.net, or by allowing the Copyright Holder to include your
view release on metacpan or search on metacpan
			    Preamble
  The license agreements of most software companies try to keep users
at the mercy of those companies.  By contrast, our General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  The
General Public License applies to the Free Software Foundation's
software and to any other program whose authors commit to using it.
You can use it for your programs, too.
  When we speak of free software, we are referring to freedom, not
price.  Specifically, the General Public License is designed to make
sure that you have the freedom to give away or sell copies of free
software, that you receive source code or can get it if you want it,
that you can change the software or use pieces of it in new free
programs; and that you know you can do these things.
  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
  2. You may modify your copy or copies of the Program or any portion of
it, and copy and distribute such modifications under the terms of Paragraph
1 above, provided that you also do the following:
    a) cause the modified files to carry prominent notices stating that
    you changed the files and the date of any change; and
    b) cause the whole of any work that you distribute or publish, that
    in whole or in part contains the Program or any part thereof, either
    with or without modifications, to be licensed at no charge to all
    third parties under the terms of this General Public License (except
    conditions, and telling the user how to view a copy of this General
    Public License.
    d) You may charge a fee for the physical act of transferring a
    copy, and you may at your option offer warranty protection in
    exchange for a fee.
Mere aggregation of another independent work with the Program (or its
derivative) on a volume of a storage or distribution medium does not bring
the other work under the scope of these terms.
	Appendix: How to Apply These Terms to Your New Programs
  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
2. You may apply bug fixes, portability fixes and other modifications derived
from the Public Domain or from the Copyright Holder. A Package modified in such
a way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided that
you insert a prominent notice in each changed file stating how and when you
changed that file, and provided that you do at least ONE of the following:
  a) place your modifications in the Public Domain or otherwise make them
     Freely Available, such as by posting said modifications to Usenet or an
     equivalent medium, or placing the modifications on a major archive site
     such as ftp.uu.net, or by allowing the Copyright Holder to include your
view release on metacpan or search on metacpan
                            Preamble
  The license agreements of most software companies try to keep users
at the mercy of those companies.  By contrast, our General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  The
General Public License applies to the Free Software Foundation's
software and to any other program whose authors commit to using it.
You can use it for your programs, too.
  When we speak of free software, we are referring to freedom, not
price.  Specifically, the General Public License is designed to make
sure that you have the freedom to give away or sell copies of free
software, that you receive source code or can get it if you want it,
that you can change the software or use pieces of it in new free
programs; and that you know you can do these things.
  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
  2. You may modify your copy or copies of the Program or any portion of
it, and copy and distribute such modifications under the terms of Paragraph
1 above, provided that you also do the following:
    a) cause the modified files to carry prominent notices stating that
    you changed the files and the date of any change; and
    b) cause the whole of any work that you distribute or publish, that
    in whole or in part contains the Program or any part thereof, either
    with or without modifications, to be licensed at no charge to all
    third parties under the terms of this General Public License (except
    conditions, and telling the user how to view a copy of this General
    Public License.
    d) You may charge a fee for the physical act of transferring a
    copy, and you may at your option offer warranty protection in
    exchange for a fee.
Mere aggregation of another independent work with the Program (or its
derivative) on a volume of a storage or distribution medium does not bring
the other work under the scope of these terms.
        Appendix: How to Apply These Terms to Your New Programs
  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
2. You may apply bug fixes, portability fixes and other modifications derived
from the Public Domain or from the Copyright Holder. A Package modified in such
a way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided that
you insert a prominent notice in each changed file stating how and when you
changed that file, and provided that you do at least ONE of the following:
  a) place your modifications in the Public Domain or otherwise make them
     Freely Available, such as by posting said modifications to Usenet or an
     equivalent medium, or placing the modifications on a major archive site
     such as ftp.uu.net, or by allowing the Copyright Holder to include your
view release on metacpan or search on metacpan
I needed a tag to look for to allow for binary encryption, I chose my name. You no like? Boo hoo :)
=head1 See Also
L<Crypt::OpenPGP> and L<Acme::Bleach> (any resemblance of my pants to Damian Conway's shirt is purely not coincidental and the names were not changed because no one is innocent) 
Thanks Damian you rock!! Tell Larry hi for me ;p
=head1 AUTHOR
view release on metacpan or search on metacpan
                            Preamble
  The license agreements of most software companies try to keep users
at the mercy of those companies.  By contrast, our General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  The
General Public License applies to the Free Software Foundation's
software and to any other program whose authors commit to using it.
You can use it for your programs, too.
  When we speak of free software, we are referring to freedom, not
price.  Specifically, the General Public License is designed to make
sure that you have the freedom to give away or sell copies of free
software, that you receive source code or can get it if you want it,
that you can change the software or use pieces of it in new free
programs; and that you know you can do these things.
  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
  2. You may modify your copy or copies of the Program or any portion of
it, and copy and distribute such modifications under the terms of Paragraph
1 above, provided that you also do the following:
    a) cause the modified files to carry prominent notices stating that
    you changed the files and the date of any change; and
    b) cause the whole of any work that you distribute or publish, that
    in whole or in part contains the Program or any part thereof, either
    with or without modifications, to be licensed at no charge to all
    third parties under the terms of this General Public License (except
    conditions, and telling the user how to view a copy of this General
    Public License.
    d) You may charge a fee for the physical act of transferring a
    copy, and you may at your option offer warranty protection in
    exchange for a fee.
Mere aggregation of another independent work with the Program (or its
derivative) on a volume of a storage or distribution medium does not bring
the other work under the scope of these terms.
        Appendix: How to Apply These Terms to Your New Programs
  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
2. You may apply bug fixes, portability fixes and other modifications derived
from the Public Domain or from the Copyright Holder. A Package modified in such
a way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided that
you insert a prominent notice in each changed file stating how and when you
changed that file, and provided that you do at least ONE of the following:
  a) place your modifications in the Public Domain or otherwise make them
     Freely Available, such as by posting said modifications to Usenet or an
     equivalent medium, or placing the modifications on a major archive site
     such as ftp.uu.net, or by allowing the Copyright Holder to include your
view release on metacpan or search on metacpan
                            Preamble
  The license agreements of most software companies try to keep users
at the mercy of those companies.  By contrast, our General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  The
General Public License applies to the Free Software Foundation's
software and to any other program whose authors commit to using it.
You can use it for your programs, too.
  When we speak of free software, we are referring to freedom, not
price.  Specifically, the General Public License is designed to make
sure that you have the freedom to give away or sell copies of free
software, that you receive source code or can get it if you want it,
that you can change the software or use pieces of it in new free
programs; and that you know you can do these things.
  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
  2. You may modify your copy or copies of the Program or any portion of
it, and copy and distribute such modifications under the terms of Paragraph
1 above, provided that you also do the following:
    a) cause the modified files to carry prominent notices stating that
    you changed the files and the date of any change; and
    b) cause the whole of any work that you distribute or publish, that
    in whole or in part contains the Program or any part thereof, either
    with or without modifications, to be licensed at no charge to all
    third parties under the terms of this General Public License (except
    conditions, and telling the user how to view a copy of this General
    Public License.
    d) You may charge a fee for the physical act of transferring a
    copy, and you may at your option offer warranty protection in
    exchange for a fee.
Mere aggregation of another independent work with the Program (or its
derivative) on a volume of a storage or distribution medium does not bring
the other work under the scope of these terms.
        Appendix: How to Apply These Terms to Your New Programs
  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
2. You may apply bug fixes, portability fixes and other modifications derived
from the Public Domain or from the Copyright Holder. A Package modified in such
a way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided that
you insert a prominent notice in each changed file stating how and when you
changed that file, and provided that you do at least ONE of the following:
  a) place your modifications in the Public Domain or otherwise make them
     Freely Available, such as by posting said modifications to Usenet or an
     equivalent medium, or placing the modifications on a major archive site
     such as ftp.uu.net, or by allowing the Copyright Holder to include your