Author: gisle.aas
Date: Tue Oct 28 08:31:11 2008
New Revision: 564

Modified:
    trunk/bin/nytprofcsv
    trunk/bin/nytprofhtml

Log:
Use '#!/usr/bin/perl' lines for the scripts

This is needed so that the #!-line get relocated when MakeMaker copies
the script files into the blib area and then calls MM->fixin() on them.
The fixin() method needs to find 'perl' as the last part #! command.

Modified: trunk/bin/nytprofcsv
==============================================================================
--- trunk/bin/nytprofcsv        (original)
+++ trunk/bin/nytprofcsv        Tue Oct 28 08:31:11 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
  ##########################################################
  # This script is part of the Devel::NYTProf distribution
  #

Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml       (original)
+++ trunk/bin/nytprofhtml       Tue Oct 28 08:31:11 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
  ##########################################################
  ## This script is part of the Devel::NYTProf distribution
  ##

--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to