Skip to content

Commit

Permalink
fix missing dep on DBD::Mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Nov 11, 2013
1 parent f8fd691 commit bd2519a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 261 deletions.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Module::Build->new(
'CGI::Application' => 0,
'DBI' => 0,
'Test::MockObject' => 1.20120301,
'DBD::Mock' => 0,
},
configure_requires => { 'Module::Build' => 0.40 },
create_makefile_pl => 'traditional',
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension CGI::Application::Plugin::DBH

- Fix missing dep on DBD::Mock (Arthur Axel 'fREW' Schmidt)

4.01 Fri Jan 18 22:29:42 EST 2013
[No Significant Changes]
- Rework test for an existing database handle to avoid test failures
Expand Down
16 changes: 0 additions & 16 deletions MANIFEST

This file was deleted.

44 changes: 0 additions & 44 deletions META.json

This file was deleted.

26 changes: 0 additions & 26 deletions META.yml

This file was deleted.

1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ WriteMakefile
'Test::MockObject' => '1.20120301',
'CGI::Application' => 0,
'parent' => 0,
'DBD::Mock' => 0,
'DBI' => 0
}
)
Expand Down
175 changes: 0 additions & 175 deletions README

This file was deleted.

0 comments on commit bd2519a

Please sign in to comment.