[SCM] Debian packaging of Padre-Plugin-Snippet CPAN distribution branch, master, updated. 724d4c19e4c361968549135482934d3c0a865ed7

Dominique Dumont dod at debian.org
Tue Mar 27 12:02:23 UTC 2012


The following commit has been merged in the master branch:
commit 724d4c19e4c361968549135482934d3c0a865ed7
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Mar 27 14:00:46 2012 +0200

    added example in doc

diff --git a/debian/patches/example-in-pod b/debian/patches/example-in-pod
new file mode 100644
index 0000000..5f18266
--- /dev/null
+++ b/debian/patches/example-in-pod
@@ -0,0 +1,28 @@
+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<tab>
++ if<tab>
++ ife<tab>
++ cfor<tab>
++
++While editing the generated construct, you can type again <TAB>. 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<bug-padre-plugin-snippet at rt.cpan.org>, or through
diff --git a/debian/patches/series b/debian/patches/series
index af2358e..5edef4f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+example-in-pod
 fix-pod

-- 
Debian packaging of Padre-Plugin-Snippet CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list