v0.2.1
[padre-plugin-nopaste.git] / t / 0-load.t
blob1082347712d33df27e5756778a2deffd74807b0b
2 # This file is part of Padre::Plugin::Nopaste.
3 # Copyright (c) 2009 Jerome Quelin, all rights reserved.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the same terms as Perl itself.
10 use strict;
11 use warnings;
13 use Test::More tests => 1;
15 BEGIN {
16     use_ok( 'Padre::Plugin::Nopaste' );
18 diag( "Testing Padre::Plugin::Nopaste $Padre::Plugin::Nopaste::VERSION, Perl $], $^X" );