Skip to content

Commit

Permalink
v0.12
Browse files Browse the repository at this point in the history
    * Fixed bad package name in TWSM::Manual::WritingTests
  • Loading branch information
kablamo committed May 17, 2012
1 parent 6816056 commit a4e363a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.12 Thu May 17 13:17:29 BST 2012
* Fixed bad package name in TWSM::Manual::WritingTests

0.11 Wed May 16 21:17:34 BST 2012
* Fixed links in TWSM::Manual
* POD updates and corrections.
Expand Down
42 changes: 21 additions & 21 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Eric Johnson <kablamo at iijo dot nospamthanks dot org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300015, CPAN::Meta::Converter version 2.120921",
"generated_by" : "Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -32,53 +32,53 @@
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Moose" : "0",
"Test::WWW::Selenium" : "0",
"namespace::autoclean" : "0",
"Carp" : 0,
"Moose" : 0,
"Test::WWW::Selenium" : 0,
"namespace::autoclean" : 0,
"perl" : "5.010"
}
},
"test" : {
"requires" : {
"File::Find" : "0",
"File::Temp" : "0",
"Test::More" : "0",
"Test::Most" : "0",
"WWW::Selenium::Util" : "0",
"strict" : "0",
"warnings" : "0"
"File::Find" : 0,
"File::Temp" : 0,
"Test::More" : 0,
"Test::Most" : 0,
"WWW::Selenium::Util" : 0,
"strict" : 0,
"warnings" : 0
}
}
},
"provides" : {
"Test::WWW::Selenium::More" : {
"file" : "lib/Test/WWW/Selenium/More.pm",
"version" : "0.11"
"version" : "0.12"
},
"Test::WWW::Selenium::More::Manual" : {
"file" : "lib/Test/WWW/Selenium/More/Manual.pod",
"version" : "0.11"
"version" : "0.12"
},
"Test::WWW::Selenium::More::Manual::BestPractices" : {
"file" : "lib/Test/WWW/Selenium/More/Manual/BestPractices.pod",
"version" : "0.11"
"version" : "0.12"
},
"Test::WWW::Selenium::More::Manual::ForTheImpatient" : {
"file" : "lib/Test/WWW/Selenium/More/Manual/ForTheImpatient.pod",
"version" : "0.11"
"version" : "0.12"
},
"Test::WWW::Selenium::More::Manual::InstallingSelenium" : {
"file" : "lib/Test/WWW/Selenium/More/Manual/InstallingSelenium.pod",
"version" : "0.11"
"version" : "0.12"
},
"Test::WWW::Selenium::More::Manual::RunningTests" : {
"file" : "lib/Test/WWW/Selenium/More/Manual/RunningTests.pod",
"version" : "0.11"
"version" : "0.12"
},
"Test::WWW::Selenium::More::WritingTests" : {
"Test::WWW::Selenium::More::Manual::WritingTests" : {
"file" : "lib/Test/WWW/Selenium/More/Manual/WritingTests.pod",
"version" : "0.11"
"version" : "0.12"
}
},
"release_status" : "stable",
Expand All @@ -93,6 +93,6 @@
"web" : "https://github.com/kablamo/Test-WWW-Selenium-More"
}
},
"version" : "0.11"
"version" : "0.12"
}

0 comments on commit a4e363a

Please sign in to comment.