Author: tim.bunce
Date: Mon Mar 30 06:05:13 2009
New Revision: 736

Modified:
    trunk/HACKING
    trunk/Makefile.PL

Log:
Tweak Makefile clean target to match VMS changes
Add a couple of notes to HACKING


Modified: trunk/HACKING
==============================================================================
--- trunk/HACKING       (original)
+++ trunk/HACKING       Mon Mar 30 06:05:13 2009
@@ -370,3 +370,8 @@
  ' (autosplit...', but care should be taken to not remove the text for  
evals in
  autosplit files for which we've not been able to alias to the parent.

+Add a FID_ATTRIB tag to allow additional info about fids to be generated  
after
+the initial fid info is output.
+
+Use FID_ATTRIB tag to record autoload fids being aliases to a fid so that
+reports can include a list of autoloaded subs.

Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL   (original)
+++ trunk/Makefile.PL   Mon Mar 30 06:05:13 2009
@@ -118,7 +118,7 @@
      clean => { FILES => join " ",
                "nytprof demo-out",
                map { ("t/$_", "xt/$_") }
-                       qw(nytprof nytprof*.out *_outdir test*.*.new auto)
+                       qw(nytprof nytprof*.out *_outdir test*.*_new auto)
      },
      dist  => {
          DIST_DEFAULT => 'clean distcheck disttest tardist',

--~--~---------~--~----~------------~-------~--~----~
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