Skip to content

Commit

Permalink
Merge pull request #1 from RsrchBoy/master
Browse files Browse the repository at this point in the history
a bugfix, cleanups, and enhancements
  • Loading branch information
amiri committed Sep 15, 2011
2 parents 6a4c486 + a95c544 commit 67bd4c5
Show file tree
Hide file tree
Showing 31 changed files with 56 additions and 1,473 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -9,3 +9,9 @@ inc
bin
Makefile
*.gz
t/var/*
t/controller_*.t
t/lib/RestTest/Controller*
pm_to_blib
META.*
MYMETA.*
37 changes: 0 additions & 37 deletions MANIFEST
@@ -1,4 +1,3 @@
.modulebuildrc
bin/podspell
Changes
inc/Module/AutoInstall.pm
Expand All @@ -20,50 +19,15 @@ inc/Test/Builder.pm
inc/Test/Builder/Module.pm
inc/Test/More.pm
lib/Catalyst/Helper/Controller/DBIC/API/REST.pm
lib/RestTest/Controller/API.pm
lib/RestTest/Controller/API/REST.pm
lib/RestTest/Controller/API/REST/Artist.pm
lib/RestTest/Controller/API/REST/CD.pm
lib/RestTest/Controller/API/REST/CD_to_Producer.pm
lib/RestTest/Controller/API/REST/Producer.pm
lib/RestTest/Controller/API/REST/Tag.pm
lib/RestTest/Controller/API/REST/Track.pm
lib/RestTest/ControllerBase/REST.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
t/00_compile.t
t/controller_API.t
t/controller_API_REST.t
t/controller_Artist.t
t/controller_CD.t
t/controller_CD_to_Producer.t
t/controller_controller_base.t
t/controller_Producer.t
t/controller_Tag.t
t/controller_Track.t
t/create1.pl
t/create2.pl
t/delete.pl
t/lib/DBICTest.pm
t/lib/RestTest.pm
t/lib/RestTest/Controller/.API.pm.swp
t/lib/RestTest/Controller/API.pm
t/lib/RestTest/Controller/API/.REST.pm.new.swp
t/lib/RestTest/Controller/API/.REST.pm.swp
t/lib/RestTest/Controller/API/REST.pm
t/lib/RestTest/Controller/API/REST/Artist.pm
t/lib/RestTest/Controller/API/REST/CD.pm
t/lib/RestTest/Controller/API/REST/CD_to_Producer.pm
t/lib/RestTest/Controller/API/REST/Producer.pm
t/lib/RestTest/Controller/API/REST/Tag.pm
t/lib/RestTest/Controller/API/REST/Track.pm
t/lib/RestTest/Controller/Root.pm
t/lib/RestTest/ControllerBase/.REST.pm.new.swp
t/lib/RestTest/ControllerBase/.REST.pm.swp
t/lib/RestTest/ControllerBase/REST.pm
t/lib/RestTest/ControllerBase/REST.pm.new
t/lib/RestTest/Model/DB.pm
t/lib/RestTest/Schema.pm
t/lib/RestTest/Schema/Result/Artist.pm
Expand All @@ -77,7 +41,6 @@ t/lib/RestTest/Schema/ResultSet/Track.pm
t/lib/sqlite.sql
t/list.pl
t/update.pl
t/var/DBIxClass.db
xt/01_podspell.t
xt/02_perlcritic.t
xt/03_pod.t
Expand Down
31 changes: 0 additions & 31 deletions META.yml

This file was deleted.

0 comments on commit 67bd4c5

Please sign in to comment.