3 unless ($ENV{AUTHOR_TESTING}) {
5 Test::More::plan(skip_all => 'these tests are for testing by the author');
12 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
18 'bin/tails-fix-persistent-volume-permissions',
19 'bin/tails-persistence-setup',
20 'lib/Tails/Persistence.pm',
21 'lib/Tails/Persistence/Configuration.pm',
22 'lib/Tails/Persistence/Configuration/Atom.pm',
23 'lib/Tails/Persistence/Configuration/Button.pm',
24 'lib/Tails/Persistence/Configuration/File.pm',
25 'lib/Tails/Persistence/Configuration/Line.pm',
26 'lib/Tails/Persistence/Configuration/Presets.pm',
27 'lib/Tails/Persistence/Constants.pm',
28 'lib/Tails/Persistence/Role/ConfigurationLine.pm',
29 'lib/Tails/Persistence/Role/HasStatusArea.pm',
30 'lib/Tails/Persistence/Role/SetupStep.pm',
31 'lib/Tails/Persistence/Role/StatusArea.pm',
32 'lib/Tails/Persistence/Setup.pm',
33 'lib/Tails/Persistence/Step/Bootstrap.pm',
34 'lib/Tails/Persistence/Step/Configure.pm',
35 'lib/Tails/Persistence/Step/Delete.pm',
36 'lib/Tails/Persistence/Utils.pm',
41 't/author-pod-syntax.t',
42 't/specs/Configuration.t',
43 't/specs/Configuration::Atom.t',
44 't/specs/Configuration::Line.t',
45 't/specs/Configuration::Presets.t',
49 notabs_ok($_) foreach @files;