[Bps-public-commit] test.pm branch, master, updated. 8dd41735cdbd604ad10ffd81ead00976231a5035

jesse jesse at bestpractical.com
Mon Jun 8 12:34:59 EDT 2009


The branch, master has been updated
       via  8dd41735cdbd604ad10ffd81ead00976231a5035 (commit)
       via  ff35cfcb276dd8e7c719574b3669d14fcae30ba7 (commit)
       via  51b4418baf47d5a1f0bcf28ab6c56065b1238f57 (commit)
       via  ddbd13a16c534a94d1e55e9859bc1792570845fd (commit)
       via  1af2242f5cb118f77372b26dca66455cbe1773fa (commit)
      from  fd35b29218aa4ef39c9f39350530921f0505f327 (commit)

Summary of changes:
 .shipit       |   10 ++++++++++
 ChangeLog     |    8 ++++++--
 MANIFEST      |    1 -
 MANIFEST.SKIP |    3 +++
 lib/Test.pm   |    6 +++---
 5 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100644 .shipit

- Log -----------------------------------------------------------------
commit 1af2242f5cb118f77372b26dca66455cbe1773fa
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Jun 8 11:48:50 2009 -0400

    Typo fixes backported from the Perl core
    http://perl5.git.perl.org/perl.git/commitdiff/3c4b39bee8#patch69
    
    From: "Piotr Fusik" <pfusik at op.pl>
    Message-ID: <001401c595bd$dccb5d80$0bd34dd5 at piec>
    
    p4raw-id: //depot/perl at 25261

diff --git a/lib/Test.pm b/lib/Test.pm
index 3bbf8e1..7cd59f8 100644
--- a/lib/Test.pm
+++ b/lib/Test.pm
@@ -707,7 +707,7 @@ sub skip ($;$$$) {
         ++ $ntest;
         return 1;
     } else {
-        # backwards compatiblity (I think).  skip() used to be
+        # backwards compatibility (I think).  skip() used to be
         # called like ok(), which is weird.  I haven't decided what to do with
         # this yet.
 #        warn <<WARN if $^W;
@@ -918,7 +918,7 @@ that there are already more ambitious modules out there, such as
 L<Test::More> and L<Test::Unit>.
 
 Some earlier versions of this module had docs with some confusing
-typoes in the description of C<skip(...)>.
+typos in the description of C<skip(...)>.
 
 
 =head1 SEE ALSO

commit ddbd13a16c534a94d1e55e9859bc1792570845fd
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Jun 8 11:50:03 2009 -0400

    Bump version to 1.25_02

diff --git a/lib/Test.pm b/lib/Test.pm
index 7cd59f8..6ab54ab 100644
--- a/lib/Test.pm
+++ b/lib/Test.pm
@@ -20,7 +20,7 @@ sub _reset_globals {
     $planned    = 0;
 }
 
-$VERSION = '1.25_01';
+$VERSION = '1.25_02';
 require Exporter;
 @ISA=('Exporter');
 

commit 51b4418baf47d5a1f0bcf28ab6c56065b1238f57
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Jun 8 11:52:26 2009 -0400

    Changelog and MANIFEST.SKIP updates

diff --git a/.shipit b/.shipit
new file mode 100644
index 0000000..44c02c1
--- /dev/null
+++ b/.shipit
@@ -0,0 +1,10 @@
+# auto-generated shipit config file.
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN, Twitter
+
+git.tagpattern = %v
+twitter.config = ~/.twitterrc
+
+# svn.tagpattern = MyProj-%v
+# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v
+
+# CheckChangeLog.files = ChangeLog, MyProj.CHANGES

commit ff35cfcb276dd8e7c719574b3669d14fcae30ba7
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Jun 8 11:53:01 2009 -0400

    Changelog and manifest.skip updates

diff --git a/ChangeLog b/ChangeLog
index c1e7fb6..34bef9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
-# ChangeLog for Test.pm dist         # Time-stamp: "2004-04-24 20:33:01 ADT"
-
-
+# ChangeLog for Test.pm dist
+
+2009-06-08  Jesse R Vincent <jesse at bestpractical.com>
+	* Release 1.25_02
+	* Typo fixes from Perl core
+	* README updated
+	* Ancient TODO removed
+	* New Maintainer
 
 2004-04-24  Sean M. Burke <sburke at cpan.org>
 	* Release 1.25
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 8e311fa..3fa4e33 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -4,4 +4,5 @@ Makefile(\.old)?$
 noinc
 CVS
 blib
+.shipit
 ~

commit 8dd41735cdbd604ad10ffd81ead00976231a5035
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Jun 8 11:55:12 2009 -0400

    Checking in changes prior to tagging of version 1.25_02.  Changelog diff is:
    
    diff --git a/ChangeLog b/ChangeLog
    index 34bef9a..3f59220 100644
    --- a/ChangeLog
    +++ b/ChangeLog
    @@ -1,7 +1,6 @@
     # ChangeLog for Test.pm dist
    
    -2009-06-08  Jesse R Vincent <jesse at bestpractical.com>
    -	* Release 1.25_02
    +1.25_02 2009-06-08  Jesse R Vincent <jesse at bestpractical.com>
     	* Typo fixes from Perl core
     	* README updated
     	* Ancient TODO removed

diff --git a/ChangeLog b/ChangeLog
index 34bef9a..3f59220 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,6 @@
 # ChangeLog for Test.pm dist
 
-2009-06-08  Jesse R Vincent <jesse at bestpractical.com>
-	* Release 1.25_02
+1.25_02 2009-06-08  Jesse R Vincent <jesse at bestpractical.com>
 	* Typo fixes from Perl core
 	* README updated
 	* Ancient TODO removed
diff --git a/MANIFEST b/MANIFEST
index f8cbdda..56c607e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -13,5 +13,4 @@ t/qr.t
 t/skip.t
 t/success.t
 t/todo.t
-TODO
 META.yml                                 Module meta-data (added by MakeMaker)
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 3fa4e33..5313786 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,8 +1,10 @@
 ^MANIFEST\.bak$
 Makefile(\.old)?$
 \.rej$
+\.git/
 noinc
 CVS
 blib
+.gitignore
 .shipit
 ~

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list