Your IP : 216.73.216.95


Current Path : /usr/share/perl5/Debian/Debhelper/Sequence/
Upload File :
Current File : //usr/share/perl5/Debian/Debhelper/Sequence/phpcomposer.pm

#!/usr/bin/perl
# debhelper sequence file for PHP Composer

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_before("dh_link", "dh_phpcomposer");

1