Skip to content

Commit

Permalink
think I'm done with ATOMIC, testing now
Browse files Browse the repository at this point in the history
  • Loading branch information
apocalypse committed Dec 11, 2008
1 parent 1b37a83 commit 2615be3
Show file tree
Hide file tree
Showing 26 changed files with 2,991 additions and 2,308 deletions.
1 change: 1 addition & 0 deletions Build.PL 100644 → 100755
Expand Up @@ -23,6 +23,7 @@ my $build = Module::Build->new(
'POE' => 0,

# FIXME POE stuff that Test::Dependencies needs to see
'POE::Session' => 0,
'POE::Filter::Line' => 0,
'POE::Filter::Reference' => 0,
'POE::Wheel::Run' => 0,
Expand Down
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -3,6 +3,9 @@ Revision history for Perl extension POE::Component::SimpleDBI.
* 1.23

Switched to Build.PL for the build system
Fixed the stupid test dependencies, thanks BiNGOs!
Added the new EXPERIMENTAL 'ATOMIC' support, please let me know if it's broken on your setup!
Added some more author tests

* 1.22

Expand Down
30 changes: 21 additions & 9 deletions MANIFEST
Expand Up @@ -5,15 +5,27 @@ MANIFEST.SKIP
README
lib/POE/Component/SimpleDBI.pm
lib/POE/Component/SimpleDBI/SubProcess.pm
t/1_load.t
t/a_kwalitee.t
t/a_pod.t
t/a_strict.t
t/a_hasversion.t
t/a_minimumversion.t
t/a_podcoverage.t
t/a_manifest.t
t/a_distribution.t
META.yml Module meta-data (added by MakeMaker)
Changes
examples/db.pl

t/1_load.t

t/a_critic.t
t/a_kwalitee.t
t/a_pod.t
t/a_pod_spelling.t
t/a_pod_coverage.t
t/a_strict.t
t/a_hasversion.t
t/a_minimumversion.t
t/a_manifest.t
t/a_distribution.t
t/a_compile.t
t/a_dependencies.t
t/a_fixme.t
t/a_prereq.t
t/a_prereq_build.t
t/a_dosnewline.t
t/a_perlmetrics.t
t/a_is_prereq_outdated.t
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -4,6 +4,7 @@

# Avoid version control files.
\B\.svn\b
\B\.git\b

# Avoid Makemaker generated and utility files.
\bMANIFEST\.SKIP
Expand Down
Empty file removed META.yml
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 2615be3

Please sign in to comment.