Changeset 12025
- Timestamp:
- 07/26/10 03:18:03 (19 months ago)
- Location:
- trunk/Padre-Plugin-CSS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-CSS/Build.PL
r11977 r12025 10 10 dist_version_from => 'lib/Padre/Plugin/CSS.pm', 11 11 requires => { 12 'Padre' => '0. 26',12 'Padre' => '0.43', 13 13 'WebService::Validator::CSS::W3C' => 0, 14 14 'CSS::Minifier::XS' => 0, -
trunk/Padre-Plugin-CSS/Changes
r12008 r12025 5 5 Renamed to the new Padre 0.43 PO naming scheme (azawawi) 6 6 Autocompletition support (CHORNY) 7 compatibility to latest Padre version (ZENOG) 7 8 8 9 0.08 2009.05.31 -
trunk/Padre-Plugin-CSS/lib/Padre/Plugin/CSS.pm
r5056 r12025 11 11 12 12 sub padre_interfaces { 13 'Padre::Plugin' => 0. 26,14 'Padre::Document' => 0. 21,13 'Padre::Plugin' => 0.43, 14 'Padre::Document' => 0.43, 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.
