view release on metacpan or search on metacpan
devdata/http_advent.perldancer.org_2018_17 view on Meta::CPAN
from => 'foo@perl.dance',
to => 'bar@perl.dance',
subject => 'Welcome to the dancefloor!',
type => 'html',
body => $html,
}
redirect '/home';
}</pre>
<h2><a name="utf_8"></a>UTF-8</h2>
<p>Take care to encode your content and mail headers if it may contain UTF-8 characters.
It might even look good in your email client if you don't do this, but not necessarily for other ones.</p>
<pre class="prettyprint">email {
from => 'foo@perl.dance',
to => 'bar@perl.dance',
subject => encode('MIME-Header', 'Über uns'),
type => 'html',
body => encode('UTF-8',
'Die Geschichte unseres Projekts begann mit dem französischen Entwicker Alexis Sukrieh ...'),
};</pre>
<h2><a name="inline_images"></a>Inline images</h2>
<p>You can simply deliver emails with links to images, but usually email clients would not load them without user interaction.
It is possible though to attached the images to the email and reference them in the email body with a custom HTML tag:</p>
<pre class="prettyprint"> email {
from => 'foo@perl.dance',
to => 'bar@perl.dance',
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Plugin::WebSocket"},{module=>"...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018 - Modules mentioned in Perl Dancer Advent Calendar 2018
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_13.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/13] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Plugin::WebSocket"}],summar...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 13)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_13 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 13)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_13 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_15.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/15] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Plugin::Captcha"},{module=>...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 15)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_15 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 15)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_15 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_16.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/16] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Minion"}],summary=>"Modules mentione...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 16)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_16 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 16)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_16 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_17.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/17] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Plugin::Email"},{module=>"E...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 17)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_17 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 17)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_17 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_18.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/18] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"App::Cmd"},{module=>"Dancer2"}],summ...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 18)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_18 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 18)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_18 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_19.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/19] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Logger::Log4perl"},{module=...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 19)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_19 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 19)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_19 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_20.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/20] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Plugin::WebSocket"},{module...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 20)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_20 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 20)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_20 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_22.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/22] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Plugin::ParamTypes"}],summa...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 22)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_22 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 22)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_22 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_23.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/23] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Core::Role::Logger"},{modul...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 23)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_23 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 23)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_23 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModules/Import/PerlDancerAdvent/2018_12_24.pm view on Meta::CPAN
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2018/24] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Dancer2::Plugin::ParamTypes"}],summa...
1;
# ABSTRACT: Modules mentioned in Perl Dancer Advent Calendar 2018 (day 24)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::PerlDancerAdvent::2018_12_24 - Modules mentioned in Perl Dancer Advent Calendar 2018 (day 24)
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::Import::PerlDancerAdvent::2018_12_24 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION
lib/Acme/CPANModulesBundle/Import/PerlDancerAdvent/2018.pm view on Meta::CPAN
our $DATE = '2018-12-30'; # DATE
our $VERSION = '0.001'; # VERSION
1;
# ABSTRACT: Modules mentioned in PerlDancer Advent Calendar 2018
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModulesBundle::Import::PerlDancerAdvent::2018 - Modules mentioned in PerlDancer Advent Calendar 2018
=head1 VERSION
This document describes version 0.001 of Acme::CPANModulesBundle::Import::PerlDancerAdvent::2018 (from Perl distribution Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018), released on 2018-12-30.
=head1 DESCRIPTION