Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Jan 27, 2012
0 parents commit 8612bfe
Show file tree
Hide file tree
Showing 61 changed files with 6,811 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This file documents the revision history for Perl extension MyApp.

0.01 2012-01-27 15:52:59
- initial revision, generated by Catalyst
32 changes: 32 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
abstract: 'Catalyst based application'
author:
- 'Gerda Shank'
build_requires:
ExtUtils::MakeMaker: 6.36
Test::More: 0.88
configure_requires:
ExtUtils::MakeMaker: 6.36
distribution_type: module
dynamic_config: 1
generated_by: 'Module::Install version 1.04'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: MyApp
no_index:
directory:
- inc
- t
requires:
Catalyst::Action::RenderView: 0
Catalyst::Plugin::ConfigLoader: 0
Catalyst::Plugin::Static::Simple: 0
Catalyst::Runtime: 5.90007
Config::General: 0
Moose: 0
namespace::autoclean: 0
resources:
license: http://dev.perl.org/licenses/
version: 0.01
Loading

0 comments on commit 8612bfe

Please sign in to comment.