Changeset 10138 for trunk/Acme-Padre-PlayCode
- Timestamp:
- 01/14/10 18:01:05 (2 years ago)
- Location:
- trunk/Acme-Padre-PlayCode
- Files:
-
- 4 edited
-
Build.PL (modified) (1 diff)
-
Changes (modified) (1 diff)
-
MANIFEST.SKIP (modified) (4 diffs)
-
lib/Acme/Padre/PlayCode.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Acme-Padre-PlayCode/Build.PL
r7627 r10138 10 10 msgfmt({ 11 11 in => "share/locale/", 12 out => "blib/ lib/Acme/Padre/PlayCode/share/locale/"});12 out => "blib/share/locale/"}); 13 13 } 14 14 EOF -
trunk/Acme-Padre-PlayCode/Changes
r7624 r10138 1 1 Revision history for Acme::Padre::PlayCode 2 3 0.13 2010.01.15 4 Missing share/locale/ (RT 53690) 2 5 3 6 0.12 2009.08.28 -
trunk/Acme-Padre-PlayCode/MANIFEST.SKIP
r7098 r10138 13 13 \bblibdirs$ 14 14 ^MANIFEST\.SKIP$ 15 16 # Avoid VMS specific Makmaker generated files 17 \bDescrip.MMS$ 18 \bDESCRIP.MMS$ 19 \bdescrip.mms$ 15 \.tar.gz$ 16 \.log$ 20 17 21 18 # Avoid Module::Build generated and utility files. … … 23 20 \bBuild.bat$ 24 21 \b_build 25 \bBuild.COM$26 \bBUILD.COM$27 \bbuild.com$28 22 29 23 # Avoid Devel::Cover generated files … … 38 32 \.# 39 33 \.rej$ 34 \btmp 35 \bTODO 40 36 41 37 # Avoid OS-specific files/dirs … … 45 41 \B\._ 46 42 # Avoid archives of this distribution 47 \b Acme-Padre-PlayCode-[\d\.\_]+43 \bPadre-Plugin-Catalyst-[\d\.\_]+ 48 44 49 # avoid po and pot files (gettext)45 # avoid pot files (gettext) 50 46 \.pot$ 51 \.po$ 47 -
trunk/Acme-Padre-PlayCode/lib/Acme/Padre/PlayCode.pm
r7624 r10138 4 4 use strict; 5 5 6 our $VERSION = '0.1 2';6 our $VERSION = '0.13'; 7 7 8 8 use base 'Padre::Plugin';
Note: See TracChangeset
for help on using the changeset viewer.
