[Bps-public-commit] r18541 - Shipwright/trunk/lib
jesse at bestpractical.com
jesse at bestpractical.com
Mon Feb 23 12:12:04 EST 2009
Author: jesse
Date: Mon Feb 23 12:12:04 2009
New Revision: 18541
Modified:
Shipwright/trunk/lib/Shipwright.pm
Log:
* Remove a useless 'use Carp'
* releng
Modified: Shipwright/trunk/lib/Shipwright.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright.pm (original)
+++ Shipwright/trunk/lib/Shipwright.pm Mon Feb 23 12:12:04 2009
@@ -2,8 +2,7 @@
use warnings;
use strict;
-use Carp;
-use version; our $VERSION = qv('2.1.3');
+use version; our $VERSION = qv('2.1.4');
use base qw/Class::Accessor::Fast/;
More information about the Bps-public-commit
mailing list