123456789 #!/usr/bin/perl -pl## Setting the final directories for the module## s{##\s*PACKAGE_LIB\s*##}{use lib qw(/usr/share/mypackage);}g;# for the testss{##\s*PACKAGE_LIB\s*##}{## PM_Filter is working !!}g;
#!/usr/bin/perl -pl
#
# Setting the final directories for the module
# s{##\s*PACKAGE_LIB\s*##}{use lib qw(/usr/share/mypackage);}g;
# for the tests
s{
##\s*PACKAGE_LIB\s*##}{## PM_Filter is working !!}g;