Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: c82a5ad3b4d6
Choose a base ref
...
head repository: PDLPorters/pdl
compare: f8b1f65eb5fc
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 6, 2013

  1. Must use latest Filter::Simple

    This has a fix for detecting and filtering out Pod
    lines.
    devel-chm committed Feb 6, 2013
    Copy the full SHA
    8be911e View commit details
    Browse the repository at this point in the history
  2. Add $PDL::NiceSlice::debug_filter option

    This allows one to output the PDL::NiceSlice
    filtered sources to help debug any problems
    with the new source filter engine.  Just put
    
      BEGIN { $PDL::NiceSlice::debug_filter = 1; }
    
    at the top of your source file, say, source.pm.
    Then you can run
    
      perl -c source.pm >source.pmc
    
    to collect the filtered output into source.pmc.
    devel-chm committed Feb 6, 2013
    Copy the full SHA
    06ba255 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    305dda3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    704053e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2013

  1. Add PDL::IO::IDL support file

    Still need to add the distribution stuff
    around it: tests, makefile, etc.
    devel-chm committed Feb 7, 2013
    Copy the full SHA
    c3a70d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2013

  1. Copy the full SHA
    14db014 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2013

  1. add PDL::Doc::add_module for conveneience. Now you can "use PDL::Doc;…

    … PDL::Doc::add_module('My::Module').
    
    (Thanks to Maggie X, whose install script I cribbed)
    Craig DeForest committed Feb 15, 2013
    Copy the full SHA
    c1532ad View commit details
    Browse the repository at this point in the history
  2. be less chatty in PDL::Doc::add_module

    Craig DeForest committed Feb 15, 2013
    Copy the full SHA
    f8b1f65 View commit details
    Browse the repository at this point in the history