Ignore:
Timestamp:
01/14/10 18:01:05 (2 years ago)
Author:
fayland
Message:

fix RT 53690

Location:
trunk/Acme-Padre-PlayCode
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Acme-Padre-PlayCode/Build.PL

    r7627 r10138  
    1010                msgfmt({ 
    1111                        in => "share/locale/", 
    12                         out => "blib/lib/Acme/Padre/PlayCode/share/locale/"}); 
     12                        out => "blib/share/locale/"}); 
    1313        } 
    1414EOF 
  • trunk/Acme-Padre-PlayCode/Changes

    r7624 r10138  
    11Revision history for Acme::Padre::PlayCode 
     2 
     30.13    2010.01.15 
     4        Missing share/locale/ (RT 53690) 
    25 
    360.12    2009.08.28 
  • trunk/Acme-Padre-PlayCode/MANIFEST.SKIP

    r7098 r10138  
    1313\bblibdirs$ 
    1414^MANIFEST\.SKIP$ 
    15  
    16 # Avoid VMS specific Makmaker generated files 
    17 \bDescrip.MMS$ 
    18 \bDESCRIP.MMS$ 
    19 \bdescrip.mms$ 
     15\.tar.gz$ 
     16\.log$ 
    2017 
    2118# Avoid Module::Build generated and utility files. 
     
    2320\bBuild.bat$ 
    2421\b_build 
    25 \bBuild.COM$ 
    26 \bBUILD.COM$ 
    27 \bbuild.com$ 
    2822 
    2923# Avoid Devel::Cover generated files 
     
    3832\.# 
    3933\.rej$ 
     34\btmp 
     35\bTODO 
    4036 
    4137# Avoid OS-specific files/dirs 
     
    4541\B\._ 
    4642# Avoid archives of this distribution 
    47 \bAcme-Padre-PlayCode-[\d\.\_]+ 
     43\bPadre-Plugin-Catalyst-[\d\.\_]+ 
    4844 
    49 # avoid po and pot files (gettext) 
     45# avoid pot files (gettext) 
    5046\.pot$ 
    51 \.po$ 
     47 
  • trunk/Acme-Padre-PlayCode/lib/Acme/Padre/PlayCode.pm

    r7624 r10138  
    44use strict; 
    55 
    6 our $VERSION = '0.12'; 
     6our $VERSION = '0.13'; 
    77 
    88use base 'Padre::Plugin'; 
Note: See TracChangeset for help on using the changeset viewer.