[Moose-commits] r7296 - in File-Stat-Moose/trunk: . lib/Exception lib/File/Stat lib/MooseX/Types

dexter at code2.0beta.co.uk dexter at code2.0beta.co.uk
Mon Jan 12 16:06:51 GMT 2009


Author: dexter
Date: 2009-01-12 08:06:51 -0800 (Mon, 12 Jan 2009)
New Revision: 7296

Modified:
   File-Stat-Moose/trunk/
   File-Stat-Moose/trunk/Build.PL
   File-Stat-Moose/trunk/MANIFEST
   File-Stat-Moose/trunk/lib/Exception/IO.pm
   File-Stat-Moose/trunk/lib/File/Stat/Moose.pm
   File-Stat-Moose/trunk/lib/MooseX/Types/CacheFileHandle.pm
   File-Stat-Moose/trunk/lib/MooseX/Types/OpenHandle.pm
Log:
* Build.PL generates LICENSE and SIGNATURE.


Property changes on: File-Stat-Moose/trunk
___________________________________________________________________
Name: svn:ignore
   - .settings
.includepath
.project

Build

Debian_CPANTS.txt

Makefile.PL

META.yml

*.tmp

README

cover_db

_build

blib

File-Stat-Moose-*

   + *.bak
*.tmp
.includepath
.project
.settings
Build
Debian_CPANTS.txt
File-Stat-Moose-*
LICENSE
META.yml
Makefile.PL
README
_build
blib
cover_db


Modified: File-Stat-Moose/trunk/Build.PL
===================================================================
--- File-Stat-Moose/trunk/Build.PL	2009-01-12 15:37:47 UTC (rev 7295)
+++ File-Stat-Moose/trunk/Build.PL	2009-01-12 16:06:51 UTC (rev 7296)
@@ -8,6 +8,7 @@
 use Module::Build;
 
 my $module = 'File::Stat::Moose';
+
 (my $dist = $module) =~ s/::/-/g;
 
 my $build = Module::Build->new(
@@ -33,12 +34,13 @@
         'Test::Unit::Lite'    => 0.11,
     },
     create_makefile_pl => 'traditional',
+    sign => 1,
     create_readme => 1,
+    create_license => 1,
     recursive_test_files => 1,
     add_to_cleanup => [
         '*.bak', '*.gz', '*.tgz', '*.ppd', '*.ppmx', '*.deb', '*.bat',
-        'META.yml', 'Makefile.PL', 'Makefile', 'pm_to_blib', 'README',
-        'cover_db', 'Debian_CPANTS.txt',
+        'Makefile', 'pm_to_blib', 'cover_db', 'Debian_CPANTS.txt',
         "$dist-*",
     ],
     meta_merge => {

Modified: File-Stat-Moose/trunk/MANIFEST
===================================================================
--- File-Stat-Moose/trunk/MANIFEST	2009-01-12 15:37:47 UTC (rev 7295)
+++ File-Stat-Moose/trunk/MANIFEST	2009-01-12 16:06:51 UTC (rev 7296)
@@ -29,3 +29,4 @@
 xt/pod_syntax.t
 xt/profile.pl
 xt/trace.pl
+LICENSE

Modified: File-Stat-Moose/trunk/lib/Exception/IO.pm
===================================================================
--- File-Stat-Moose/trunk/lib/Exception/IO.pm	2009-01-12 15:37:47 UTC (rev 7295)
+++ File-Stat-Moose/trunk/lib/Exception/IO.pm	2009-01-12 16:06:51 UTC (rev 7296)
@@ -102,11 +102,11 @@
 
 =head1 AUTHOR
 
-Piotr Roszatycki <dexter at debian.org>
+Piotr Roszatycki <dexter at cpan.org>
 
 =head1 LICENSE
 
-Copyright (C) 2008, 2009 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
+Copyright (C) 2008, 2009 by Piotr Roszatycki <dexter at cpan.org>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: File-Stat-Moose/trunk/lib/File/Stat/Moose.pm
===================================================================
--- File-Stat-Moose/trunk/lib/File/Stat/Moose.pm	2009-01-12 15:37:47 UTC (rev 7295)
+++ File-Stat-Moose/trunk/lib/File/Stat/Moose.pm	2009-01-12 16:06:51 UTC (rev 7296)
@@ -526,11 +526,11 @@
 
 =head1 AUTHOR
 
-Piotr Roszatycki <dexter at debian.org>
+Piotr Roszatycki <dexter at cpan.org>
 
 =head1 LICENSE
 
-Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
+Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki <dexter at cpan.org>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: File-Stat-Moose/trunk/lib/MooseX/Types/CacheFileHandle.pm
===================================================================
--- File-Stat-Moose/trunk/lib/MooseX/Types/CacheFileHandle.pm	2009-01-12 15:37:47 UTC (rev 7295)
+++ File-Stat-Moose/trunk/lib/MooseX/Types/CacheFileHandle.pm	2009-01-12 16:06:51 UTC (rev 7296)
@@ -60,11 +60,11 @@
 
 =head1 AUTHOR
 
-Piotr Roszatycki <dexter at debian.org>
+Piotr Roszatycki <dexter at cpan.org>
 
 =head1 LICENSE
 
-Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
+Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki <dexter at cpan.org>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: File-Stat-Moose/trunk/lib/MooseX/Types/OpenHandle.pm
===================================================================
--- File-Stat-Moose/trunk/lib/MooseX/Types/OpenHandle.pm	2009-01-12 15:37:47 UTC (rev 7295)
+++ File-Stat-Moose/trunk/lib/MooseX/Types/OpenHandle.pm	2009-01-12 16:06:51 UTC (rev 7296)
@@ -61,11 +61,11 @@
 
 =head1 AUTHOR
 
-Piotr Roszatycki <dexter at debian.org>
+Piotr Roszatycki <dexter at cpan.org>
 
 =head1 LICENSE
 
-Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
+Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki <dexter at cpan.org>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




More information about the Moose-commits mailing list