This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello: | |
goodbye: | |
main train station: Hauptbahnhof | |
airport: Flughafen | |
thank you: danke | |
please: | |
excuse me (I'm sorry for spilling your beer): | |
excuse me (get out of my way): | |
excuse me (give me your attention): | |
one: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package WMC::Server::Lite; | |
use Moose; | |
use HTTP::Server::Simple; | |
use IO::Socket::SSL; | |
use IO::File; | |
use Regexp::Common qw /URI/; | |
use DateTime; | |
use File::Spec; | |
use Log::Dispatch::Syslog; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Devel::Declare::Sugar | |
package Test::Class::Sugar; | |
use Modern::Perl; | |
use Devel::Declare (); | |
use Devel::Declare::Context::Simple; | |
use Carp qw/croak/; | |