[Bps-public-commit] Data-ICal branch, master, updated. 9f2cad48253c746a4d295ea8017eb0f3a22a1952

jesse jesse at bestpractical.com
Tue Apr 21 23:07:22 EDT 2009


The branch, master has been updated
       via  9f2cad48253c746a4d295ea8017eb0f3a22a1952 (commit)
       via  1d6d319081ba9ec34ce34e53e62c3f2891adfaf6 (commit)
      from  def35d2fe199ca975757fcea28a2e88e86b656de (commit)

Summary of changes:
 .shipit                   |   10 ++++++++++
 MANIFEST.SKIP             |    1 +
 Makefile.PL               |    5 +++--
 lib/Data/ICal/Property.pm |    2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)
 create mode 100644 .shipit

- Log -----------------------------------------------------------------
commit 1d6d319081ba9ec34ce34e53e62c3f2891adfaf6
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Apr 22 11:57:26 2009 +0900

    Releng work

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
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 5d5898a..7f16725 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -14,3 +14,4 @@
 \.swp$
 \.swo$
 pm_to_blib
+\.shipit$
diff --git a/Makefile.PL b/Makefile.PL
index 7583192..238bdf0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,5 +13,6 @@ requires('Class::Accessor');
 requires('Text::vFile::asData');
 requires('MIME::QuotedPrint');
 requires('Class::ReturnValue');
-&auto_install();
-&WriteAll;
+auto_install();
+sign();
+WriteAll;

commit 9f2cad48253c746a4d295ea8017eb0f3a22a1952
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Apr 22 12:05:45 2009 +0900

    Revert "Subject: [rt.cpan.org #44886] ::Property::_fold does not follow RFC"
    
    This reverts commit def35d2fe199ca975757fcea28a2e88e86b656de as it
    breaks tests

diff --git a/lib/Data/ICal/Property.pm b/lib/Data/ICal/Property.pm
index 0316fea..16440ea 100644
--- a/lib/Data/ICal/Property.pm
+++ b/lib/Data/ICal/Property.pm
@@ -316,7 +316,7 @@ sub _fold {
 #        }
     } else {
         while ( $string =~ /(.{76})/ ) {
-            $string =~ s/(.{64,74}\b)|(.{74})/$1\r\n\t/;
+            $string =~ s/(.{75})(.)/$1\n $2/;
         }
     }
 

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



More information about the Bps-public-commit mailing list