The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.046.
Changes
INSTALL
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
bin/clustericious
corpus/log_commandline/SampleModule.pm
corpus/log_commandline/SampleModule2.pm
corpus/log_commandline/log4perl.conf
corpus/log_commandline/sample1.output
corpus/log_commandline/sample1.pl
corpus/log_commandline/sample10.output
corpus/log_commandline/sample10.pl
corpus/log_commandline/sample11.output
corpus/log_commandline/sample11.pl
corpus/log_commandline/sample2.output
corpus/log_commandline/sample2.pl
corpus/log_commandline/sample3.output
corpus/log_commandline/sample3.pl
corpus/log_commandline/sample4.output
corpus/log_commandline/sample4.pl
corpus/log_commandline/sample5.output
corpus/log_commandline/sample5.pl
corpus/log_commandline/sample6.output
corpus/log_commandline/sample6.pl
corpus/log_commandline/sample7.output
corpus/log_commandline/sample7.pl
corpus/log_commandline/sample8.output
corpus/log_commandline/sample8.pl
corpus/log_commandline/sample9.output
corpus/log_commandline/sample9.pl
corpus/test_from_git
cpanfile
dist.ini
example/etc/apache24-cgi.conf
example/etc/apache24-proxy.conf
example/etc/hypnotoad.conf
example/etc/lighttpd.conf
example/etc/nginx.conf
example/hello/Clustericious-HelloWorld.conf
example/hello/hello.pl
example/hello/helloclient.pl
lib/.Clustericious.devshare
lib/Clustericious.pm
lib/Clustericious/App.pm
lib/Clustericious/Client.pm
lib/Clustericious/Client/Command.pm
lib/Clustericious/Client/Meta.pm
lib/Clustericious/Client/Meta/Route.pm
lib/Clustericious/Client/Object.pm
lib/Clustericious/Client/Object/DateTime.pm
lib/Clustericious/Client/Object/Params.pm
lib/Clustericious/Coder/JSON.pm
lib/Clustericious/Coder/YAML.pm
lib/Clustericious/Command.pm
lib/Clustericious/Command/apache.pm
lib/Clustericious/Command/configdebug.pm
lib/Clustericious/Command/configdump.pm
lib/Clustericious/Command/configpath.pm
lib/Clustericious/Command/configtest.pm
lib/Clustericious/Command/configure.pm
lib/Clustericious/Command/daemon.pm
lib/Clustericious/Command/generate.pm
lib/Clustericious/Command/generate/app.pm
lib/Clustericious/Command/generate/client.pm
lib/Clustericious/Command/hypnotoad.pm
lib/Clustericious/Command/lighttpd.pm
lib/Clustericious/Command/morbo.pm
lib/Clustericious/Command/nginx.pm
lib/Clustericious/Command/plackup.pm
lib/Clustericious/Command/start.pm
lib/Clustericious/Command/status.pm
lib/Clustericious/Command/stop.pm
lib/Clustericious/Command/which.pm
lib/Clustericious/Commands.pm
lib/Clustericious/Config.pm
lib/Clustericious/Config/Helpers.pm
lib/Clustericious/Controller.pm
lib/Clustericious/HelloWorld.pm
lib/Clustericious/HelloWorld/Client.pm
lib/Clustericious/Log.pm
lib/Clustericious/Log/CommandLine.pm
lib/Clustericious/Plugin/AutodataHandler.pm
lib/Clustericious/Plugin/ClustericiousHelpers.pm
lib/Clustericious/Plugin/CommonRoutes.pm
lib/Clustericious/Plugin/PlugAuth.pm
lib/Clustericious/RouteBuilder.pm
lib/Clustericious/RouteBuilder/CRUD.pm
lib/Clustericious/RouteBuilder/Search.pm
lib/Test/Clustericious/Command.pm
lib/Test/Clustericious/Config.pm
lib/Test/Clustericious/Log.pm
share/README.txt
share/tmpl/1.08/app/Build.PL
share/tmpl/1.08/app/bin/APPNAME
share/tmpl/1.08/app/eg/APPCLASS.conf
share/tmpl/1.08/app/lib/APPCLASS.pm
share/tmpl/1.08/app/lib/APPCLASS/Routes.pm
share/tmpl/1.08/app/t/01_use.t
share/tmpl/1.08/app/t/02_compile.t
share/tmpl/1.08/app/t/basic.t
share/tmpl/1.08/client/Build.PL
share/tmpl/1.08/client/bin/APPNAMEclient
share/tmpl/1.08/client/lib/APPCLASS/Client.pm
share/tmpl/1.08/client/t/01_use.t
share/tmpl/1.08/client/t/02_compile.t
share/www/1.08/favicon.ico
t/00_diag.t
t/01_use.t
t/02_compiles.t
t/app.t
t/app_alt_route_builder.t
t/app_auth.t
t/app_auth_websocket.t
t/app_bad_config.t
t/app_client.t
t/app_crud.t
t/app_multiple.t
t/app_null.t
t/app_null_config.t
t/app_plugin_search_order.t
t/app_subreq.t
t/client.t
t/client_args.t
t/client_datetime.t
t/client_object.t
t/client_object_array.t
t/client_object_derived.t
t/client_params.t
t/client_user_agent_string.t
t/cluster_basic.t
t/cluster_render_exception.t
t/cluster_render_not_found.t
t/command_apache.t
t/command_configdebug.t
t/command_configdump.t
t/command_configpath.t
t/command_configtest.t
t/command_daemon.t
t/command_generate.t
t/command_hypnotoad.t
t/command_lighttpd.t
t/command_morbo.t
t/command_nginx.t
t/command_plackup.t
t/command_which.t
t/config_callback.t
t/config_colen.t
t/config_config.t
t/config_config_multi.t
t/config_data.t
t/config_default.t
t/config_default_start_mode.t
t/config_default_start_mode2.t
t/config_helper.t
t/config_helper_get_passwd.t
t/config_home.t
t/config_hostname.t
t/config_json.t
t/config_namespace.t
t/config_pathclass.t
t/config_pollute.t
t/config_special.t
t/config_test_clustericious_config.t
t/config_with_filename.t
t/config_yaml.t
t/config_yaml2.t
t/hello_world.t
t/log.t
t/log_commandline.t
t/log_commandline_warning.t
t/plugin_autodatahandler.t
t/plugin_clustericioushelpers.t
t/plugin_commonroutes.t
t/plugin_commonroutes_api_table.t
t/plugin_plugauth.t
t/util_default_url.t
t/util_dist_dir.t
t/util_generate_port.t
t/util_slurp_pid.t
xt/release/changes.t
xt/release/eol.t
xt/release/fixme.t
xt/release/no_tabs.t
xt/release/pod.t
xt/release/pod_coverage.t
xt/release/pod_spelling_common.t
xt/release/pod_spelling_system.t
xt/release/release.yml
xt/release/strict.t
xt/release/version.t