r74886 - in /trunk/libaspect-perl: debian/changelog debian/patches/fix-pod-spelling lib/Aspect.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 26 16:35:31 UTC 2011


Author: gregoa
Date: Thu May 26 16:35:06 2011
New Revision: 74886

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74886
Log:
Refresh patch (offset).

Modified:
    trunk/libaspect-perl/debian/changelog
    trunk/libaspect-perl/debian/patches/fix-pod-spelling
    trunk/libaspect-perl/lib/Aspect.pm

Modified: trunk/libaspect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/changelog?rev=74886&op=diff
==============================================================================
--- trunk/libaspect-perl/debian/changelog (original)
+++ trunk/libaspect-perl/debian/changelog Thu May 26 16:35:06 2011
@@ -1,6 +1,10 @@
 libaspect-perl (0.981-1) unstable; urgency=low
 
-  * New upstream release
+  [ Angel Abad ]
+  * New upstream release
+
+  [ gregor herrmann ]
+  * Refresh patch (offset).
 
  -- Angel Abad <angelabad at gmail.com>  Wed, 25 May 2011 23:27:32 +0200
 

Modified: trunk/libaspect-perl/debian/patches/fix-pod-spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/patches/fix-pod-spelling?rev=74886&op=diff
==============================================================================
--- trunk/libaspect-perl/debian/patches/fix-pod-spelling (original)
+++ trunk/libaspect-perl/debian/patches/fix-pod-spelling Thu May 26 16:35:06 2011
@@ -4,7 +4,7 @@
 
 --- a/lib/Aspect.pm
 +++ b/lib/Aspect.pm
-@@ -117,11 +117,11 @@ Features implemented via Aspects can be
+@@ -115,11 +115,11 @@ Features implemented via Aspects can be
  and because of this Aspects are useful when debugging or testing large complex
  programs.
  
@@ -18,7 +18,7 @@
  hijacking the functionality of some other module to act different when used in
  your program than when other everywhere else.
  
-@@ -268,7 +268,7 @@ Unfortunately, due to the nature of the
+@@ -266,7 +266,7 @@ Unfortunately, due to the nature of the
  function calls, unweaving can never be guarenteed to be round-trip clean.
  
  While the pointcut matching logic and advice code will never be run for unwoven
@@ -27,7 +27,7 @@
  the join point indefinitely (imposing a small performance penalty and preventing
  clean up of the relevant advice closure from memory).
  
-@@ -926,7 +926,7 @@ without colons then it will be interpret
+@@ -918,7 +918,7 @@ without colons then it will be interpret
  If the aspect class is not loaded, it will be loaded for you and validated as
  being a subclass of C<Aspect::Library>.
  

Modified: trunk/libaspect-perl/lib/Aspect.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/lib/Aspect.pm?rev=74886&op=diff
==============================================================================
--- trunk/libaspect-perl/lib/Aspect.pm (original)
+++ trunk/libaspect-perl/lib/Aspect.pm Thu May 26 16:35:06 2011
@@ -115,11 +115,11 @@
 and because of this Aspects are useful when debugging or testing large complex
 programs.
 
-Aspects can implement features necessary for correctness of programs such as
+Aspects can implement features necesary for correctness of programs such as
 reactivity or synchronisation, and it can be used to add checking assertions
 to your or other people's modules.
 
-If necessary (although not recommended) you can also do "Monkey Patching",
+If necesary (although not recommended) you can also do "Monkey Patching",
 hijacking the functionality of some other module to act different when used in
 your program than when other everywhere else.
 
@@ -266,7 +266,7 @@
 function calls, unweaving can never be guarenteed to be round-trip clean.
 
 While the pointcut matching logic and advice code will never be run for unwoven
-advice, it may be necessary to leave the underlying hooking artifact in place on
+advice, it may be necesary to leave the underlying hooking artifact in place on
 the join point indefinitely (imposing a small performance penalty and preventing
 clean up of the relevant advice closure from memory).
 
@@ -918,7 +918,7 @@
 If the aspect class is not loaded, it will be loaded for you and validated as
 being a subclass of C<Aspect::Library>.
 
-And further parameters will be passed on to the constructor for that class. See
+And further paramters will be passed on to the constructor for that class. See
 the documentation for each class for more information on the appropriate
 parameters for that class.
 




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