Add test plan, tidy, and add test descriptions
[gitmo/Class-MOP.git] / t / 104_AttributesWithHistory_test.t
index 741e388..7950ade 100644 (file)
@@ -1,13 +1,10 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
-use Test::More tests => 28;
+use Test::More tests => 27;
 use File::Spec;
 
-BEGIN { 
-    use_ok('Class::MOP');    
+BEGIN {use Class::MOP;    
     require_ok(File::Spec->catfile('examples', 'AttributesWithHistory.pod'));
 }