This file is indexed.

/usr/share/doc/libpoet-perl/examples/blog/bin/install.sh is in libpoet-perl 0.16-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#!/bin/bash

# Requires cpanm: http://search.cpan.org/perldoc?App::cpanminus
cpanm -S --notest DateTime DBD::SQLite Poet Rose::DB::Object

# Load schema into database
cd `dirname $0`
mkdir -p ../data
sqlite3 ../data/blog.db < ../db/schema.sql