ef12ba2 From MooseX-Declare-0.40 onwards, the distribution hides a number of modules

Authored and Committed by eseyman 9 years ago
    From MooseX-Declare-0.40 onwards, the distribution hides a number of modules
    like this:
    
    package # hide from PAUSE
        MooseX::Declare::Context::WithOptions;
    
    We now handle the Provides manually.
    
        
file modified
+8 -1