debian/0000755000000000000000000000000012217664704007177 5ustar debian/rules0000755000000000000000000000032012217664704010252 0ustar #!/usr/bin/make -f BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) xvfb-run -a dh_auto_test debian/control0000644000000000000000000000232712217664704010606 0ustar Source: libpadre-plugin-snippet-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblocale-msgfmt-perl (>= 0.15), libmoose-perl (>= 2.0402), libtest-yaml-valid-perl, libyaml-perl (>= 0.80), padre (>= 0.94), perl, xauth, xvfb Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpadre-plugin-snippet-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpadre-plugin-snippet-perl.git Homepage: https://metacpan.org/release/Padre-Plugin-Snippet/ Package: libpadre-plugin-snippet-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 2.0402), libyaml-perl (>= 0.80), padre (>= 0.94) Enhances: padre Description: Padre plugin to provide TextMate-like snippets Once you enable this Plugin under Padre (the Perl IDE), you'll get TextMate-style TAB triggered snippets for Perl, Moose, Mouse and MooseX::Declare. debian/source/0000755000000000000000000000000012217664704010477 5ustar debian/source/format0000644000000000000000000000001412217664704011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000152212217664704011051 0ustar libpadre-plugin-snippet-perl (0.01-2) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Add build dependency on libtest-yaml-valid-perl to allow AUTOMATED_TESTING. (Closes: #724244) * debian/copyright: add year and info about third-party files. * Don't install README anymore. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Mon, 23 Sep 2013 00:05:47 +0200 libpadre-plugin-snippet-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #665811) -- Dominique Dumont Tue, 27 Mar 2012 10:33:51 +0200 debian/compat0000644000000000000000000000000212217664704010375 0ustar 8 debian/libpadre-plugin-snippet-perl.examples0000644000000000000000000000000512217664704016430 0ustar eg/* debian/patches/0000755000000000000000000000000012217664704010626 5ustar debian/patches/example-in-pod0000644000000000000000000000124712217664704013374 0ustar Description: Example in pod Author: dod --- a/lib/Padre/Plugin/Snippet.pm +++ b/lib/Padre/Plugin/Snippet.pm @@ -151,6 +151,23 @@ =back +=head1 Example + +For those who don't who this Text mate bloke is, just try to type in Padre +something like: + + for + if + ife + cfor + +While editing the generated construct, you can type again . Your +cursor will be moved to the next point needing some attention in the +generated construct. + +You can check the available keyword in the yaml files (perl.yml...) +shipped with this module. + =head1 BUGS Please report any bugs or feature requests to C, or through debian/patches/series0000644000000000000000000000002712217664704012042 0ustar example-in-pod fix-pod debian/patches/fix-pod0000644000000000000000000000043512217664704012121 0ustar Description: Fix pod Fix a syntax error in pod --- a/lib/Padre/Plugin/Snippet.pm +++ b/lib/Padre/Plugin/Snippet.pm @@ -141,6 +141,8 @@ Once you enable this Plugin under Padre, you'll get TextMate-style TAB triggered snippets for the following: +=over + =item Perl =item Moose debian/copyright0000644000000000000000000000237512217664704011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Padre-Plugin-Snippet Upstream-Contact: Ahmad M. Zawawi Source: https://metacpan.org/release/Padre-Plugin-Snippet/ Files: * Copyright: 2012, Ahmad M. Zawawi License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dominique Dumont License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000020612217664704010226 0ustar version=3 https://metacpan.org/release/Padre-Plugin-Snippet/ .*/Padre-Plugin-Snippet-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$