Skip to content

Commit

Permalink
Big refactor into different packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescreen10 committed Aug 23, 2011
1 parent b6a7906 commit c815a50
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1,239 deletions.
18 changes: 8 additions & 10 deletions Build.PL
Expand Up @@ -7,21 +7,19 @@ use warnings;

my $build = Module::Build->new(
module_name => 'DBD::Mock',
license => 'perl',
requires => {
license => 'perl',
requires => {
'perl' => '5.6.0',
'DBI' => 1.30,
},
optional => {
'DBI' => 1.30,
},
optional => {},
build_requires => {
'Test::More' => '0.47',
'Test::More' => '0.47',
'Test::Exception' => '0.31',
},
create_makefile_pl => 'traditional',
create_makefile_pl => 'traditional',
recursive_test_files => 1,
add_to_cleanup => [
'*.bak',
],
add_to_cleanup => [ '*.bak', ],
);

$build->create_build_script;
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension DBD::Mock.

1.43
- Segregated into different packages

1.42
- Fixed bug rt66815 DBD::Mock::Session error clobbered
- Fixed bug rt69460 Info on META.yml is outdated
Expand Down

0 comments on commit c815a50

Please sign in to comment.