Copyright update for ExtUtils::{ParseXS,Typemaps}
authorSteffen Mueller <smueller@cpan.org>
Fri, 20 Jan 2012 19:10:35 +0000 (20:10 +0100)
committerSteffen Mueller <smueller@cpan.org>
Fri, 20 Jan 2012 19:15:57 +0000 (20:15 +0100)
Also removes a few lines of dead code

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm

index 7b6895d..e0d1511 100644 (file)
@@ -143,7 +143,7 @@ Steffen Mueller, <smueller@cpan.org>
 
 =head1 COPYRIGHT
 
-Copyright 2002-2011 by Ken Williams, David Golden and other contributors.  All
+Copyright 2002-2012 by Ken Williams, David Golden and other contributors.  All
 rights reserved.
 
 This library is free software; you can redistribute it and/or
index b39884c..d8e1f5a 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 #use Carp qw(croak);
 
 require ExtUtils::ParseXS;
@@ -1020,7 +1020,7 @@ Steffen Mueller C<<smueller@cpan.org>>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009-2011 Steffen Mueller
+Copyright 2009, 2010, 2011, 2012 Steffen Mueller
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
index b8adbe6..bf8ee06 100644 (file)
@@ -2,7 +2,6 @@ package ExtUtils::Typemaps::InputMap;
 use 5.006001;
 use strict;
 use warnings;
-#use Carp qw(croak);
 
 =head1 NAME
 
@@ -105,7 +104,7 @@ Steffen Mueller C<<smueller@cpan.org>>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009-2011 Steffen Mueller
+Copyright 2009, 2010, 2011, 2012 Steffen Mueller
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
index 52baa54..b505969 100644 (file)
@@ -2,7 +2,6 @@ package ExtUtils::Typemaps::OutputMap;
 use 5.006001;
 use strict;
 use warnings;
-#use Carp qw(croak);
 
 =head1 NAME
 
@@ -184,7 +183,7 @@ Steffen Mueller C<<smueller@cpan.org>>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009-2011 Steffen Mueller
+Copyright 2009, 2010, 2011, 2012 Steffen Mueller
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
index 0f0ed2c..d089aa3 100644 (file)
@@ -2,8 +2,6 @@ package ExtUtils::Typemaps::Type;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '0.06';
-#use Carp qw(croak);
 require ExtUtils::Typemaps;
 
 =head1 NAME
@@ -110,7 +108,7 @@ Steffen Mueller C<<smueller@cpan.org>>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009-2011 Steffen Mueller
+Copyright 2009, 2010, 2011, 2012 Steffen Mueller
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.