~ubuntu-branches/ubuntu/vivid/libclass-accessor-grouped-perl/vivid-proposed

« back to all changes in this revision

Viewing changes to t/accessors_xs.t

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2010-08-22 12:48:39 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100822124839-gg63xjtf0e3bbt5i
Tags: 0.09004-1
* New upstream release.
* debian/copyright: point to /usr/share/common-licenses/GPL-1.
* Set Standards-Version to 3.9.1 (no changes).
* debian/control: remove version from libsub-name-perl (build) dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
use Test::More;
6
6
use lib 't/lib';
7
7
 
8
 
BEGIN {
9
 
    # Enable XSAccessor check
10
 
    $Class::Accessor::Grouped::hasXS = undef;
11
 
    
12
 
    require AccessorGroups;
13
 
}
 
8
use AccessorGroups ();
14
9
 
15
10
plan skip_all => 'Class::XSAccessor not available'
16
11
    unless Class::Accessor::Grouped::_hasXS();
17
12
 
18
 
require( catfile($Bin, 'accessors.t') );
 
 
b'\\ No newline at end of file'
 
13
require( catfile($Bin, 'accessors.t') );