ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/Makefile.PL
(Generate patch)

Comparing CBOR-XS/Makefile.PL (file contents):
Revision 1.4 by root, Sun Nov 24 05:05:23 2013 UTC vs.
Revision 1.5 by root, Sun Dec 1 16:42:19 2013 UTC

1use 5.010001; 1use 5.010001; # for utf-8, and Time::Piece
2use ExtUtils::MakeMaker; 2use ExtUtils::MakeMaker;
3 3
4WriteMakefile( 4WriteMakefile(
5 dist => { 5 dist => {
6 PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 6 PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines